Uses of Class
jfxtras.icalendarfx.properties.component.change.LastModified
Packages that use LastModified
-
Uses of LastModified in jfxtras.icalendarfx.components
Fields in jfxtras.icalendarfx.components declared as LastModifiedModifier and TypeFieldDescriptionprivate LastModified
VDisplayable.lastModified
private LastModified
VTimeZone.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.Methods in jfxtras.icalendarfx.components that return LastModifiedModifier and TypeMethodDescriptionVDisplayable.getDateTimeLastModified()
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.VLastModified.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.VTimeZone.getDateTimeLastModified()
Methods in jfxtras.icalendarfx.components with parameters of type LastModifiedModifier and TypeMethodDescriptionvoid
VDisplayable.setDateTimeLastModified
(LastModified lastModified) void
VLastModified.setDateTimeLastModified
(LastModified lastModified) void
VTimeZone.setDateTimeLastModified
(LastModified lastModified) default T
VLastModified.withDateTimeLastModified
(LastModified lastModified) -
Uses of LastModified in jfxtras.icalendarfx.properties.component.change
Methods in jfxtras.icalendarfx.properties.component.change that return LastModifiedConstructors in jfxtras.icalendarfx.properties.component.change with parameters of type LastModified