Interface VLastModified<T>

All Superinterfaces:
VChild, VComponent, VElement, VParent
All Known Implementing Classes:
NonStandardComponent, VDisplayable, VEvent, VJournal, VLocatable, VTimeZone, VTodo

public interface VLastModified<T> extends VComponent
  • Method Details

    • getDateTimeLastModified

      LastModified getDateTimeLastModified()
      LAST-MODIFIED: Date-Time Last Modified, from RFC 5545 iCalendar 3.8.7.3 page 138 This property specifies the date and time that the information associated with the calendar component was last revised. The property value MUST be specified in the UTC time format.
    • setDateTimeLastModified

      default void setDateTimeLastModified(String lastModified)
    • setDateTimeLastModified

      void setDateTimeLastModified(LastModified lastModified)
    • setDateTimeLastModified

      default void setDateTimeLastModified(ZonedDateTime lastModified)
    • withDateTimeLastModified

      default T withDateTimeLastModified(ZonedDateTime lastModified)
    • withDateTimeLastModified

      default T withDateTimeLastModified(String lastModified)
    • withDateTimeLastModified

      default T withDateTimeLastModified(LastModified lastModified)