Class: Time
- Inherits:
-
Object
- Object
- Time
- Defined in:
- lib/gcal4ruby/recurrence.rb
Instance Method Summary collapse
-
#complete ⇒ Object
Returns a ISO 8601 complete formatted string of the time.
Instance Method Details
#complete ⇒ Object
Returns a ISO 8601 complete formatted string of the time
3 4 5 |
# File 'lib/gcal4ruby/recurrence.rb', line 3 def complete self.utc.strftime("%Y%m%dT%H%M%S") end |