All Implemented Interfaces:
VProperty<ZonedDateTime>, VChild, VElement, VParent

public class DateTimeStamp extends PropBaseUTC<DateTimeStamp>
DTSTAMP Date-Time Stamp RFC 5545, 3.8.7.2, page 137 In the case of an iCalendar object that specifies a "METHOD" property, this property specifies the date and time that the instance of the iCalendar object was created. In the case of an iCalendar object that doesn't specify a "METHOD" property, this property specifies the date and time that the information associated with the calendar component was last revised in the calendar store. In the case of an iCalendar object that doesn't specify a "METHOD" property, this property is equivalent to the "LAST-MODIFIED" property. The value MUST be specified as a date with UTC time. Example: DTSTAMP:19971210T080000Z
See Also:
  • Constructor Details

    • DateTimeStamp

      public DateTimeStamp()
    • DateTimeStamp

      public DateTimeStamp(ZonedDateTime temporal)
    • DateTimeStamp

      public DateTimeStamp(DateTimeStamp source)
  • Method Details