- All Superinterfaces:
PropertyContainer,PropertyListAccessor
- All Known Implementing Classes:
Daylight,Observance,Standard,VTimeZone
-
Field Summary
Fields inherited from interface net.fortuna.ical4j.model.PropertyContainer
ADD_IF_NOT_PRESENT -
Method Summary
Modifier and TypeMethodDescriptiondefault Optional<LastModified>default Optional<DtStart<LocalDateTime>>Returns the mandatory dtstart property.default Optional<TzOffsetFrom>default Optional<TzOffsetTo>Methods inherited from interface net.fortuna.ical4j.model.PropertyContainer
add, addAll, remove, removeAll, removeIf, replace, setPropertyList, withMethods inherited from interface net.fortuna.ical4j.model.PropertyListAccessor
getProperties, getProperty, getProperty, getPropertyList, getRequiredProperty, getRequiredProperty
-
Method Details
-
getTimeZoneId
- Returns:
- the mandatory timezone identifier property
-
getLastModified
- Returns:
- the optional last-modified property
-
getTimeZoneUrl
- Returns:
- the optional timezone url property
-
getTimeZoneOffsetFrom
-
getTimeZoneOffsetTo
-
getStartDate
Returns the mandatory dtstart property.- Returns:
- the DTSTART property or null if not specified
-