Method: RiCal::Properties::Journal#dtstart_property
- Defined in:
- lib/ri_cal/properties/journal.rb
#dtstart_property ⇒ Object
return the the DTSTART property which will be an instances of either RiCal::PropertyValue::DateTime or RiCal::PropertyValue::Date
- purpose (from RFC 2445)
-
This property specifies when the calendar component begins.
see RFC 2445 4.8.2.4 pp 93-94
116 117 118 |
# File 'lib/ri_cal/properties/journal.rb', line 116 def dtstart_property @dtstart_property end |