class Tilia::VObject::Property::VCard::DateTime
DateTime
property.
This object encodes DATE-TIME values for vCards.
Public Instance Methods
value_type()
click to toggle source
Returns the type of value.
This corresponds to the VALUE= parameter. Every property also has a 'default' valueType.
@return [String]
# File lib/tilia/v_object/property/v_card/date_time.rb, line 15 def value_type 'DATE-TIME' end