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

public class LastModified extends PropBaseUTC<LastModified>
LAST-MODIFIED RFC 5545, 3.8.7.3, page 138 This property specifies the date and time that the information associated with the calendar component was last revised in the calendar store. Note: This is analogous to the modification date and time for a file in the file system. The value MUST be specified as a date with UTC time. Example: LAST-MODIFIED:19960817T133000Z
See Also:
  • Constructor Details

    • LastModified

      public LastModified(ZonedDateTime temporal)
    • LastModified

      public LastModified(LastModified source)
    • LastModified

      public LastModified()
  • Method Details