Class: Time

Inherits:
Object
  • Object
show all
Defined in:
lib/gcal4ruby/recurrence.rb

Instance Method Summary collapse

Instance Method Details

#completeObject

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