JavaScript is disabled on your browser.
Nested Class Summary
Nested Classes
Field Summary
Fields inherited from class net.fortuna.ical4j.model.Property
ACKNOWLEDGED , ACTION , ATTACH , ATTENDEE , BUSYTYPE , CALENDAR_ADDRESS , CALSCALE , CATEGORIES , CLASS , COMMENT , COMPLETED , CONTACT , COUNTRY , CREATED , DESCRIPTION , DTEND , DTSTAMP , DTSTART , DUE , DURATION , EXDATE , EXPERIMENTAL_PREFIX , EXRULE , EXTENDED_ADDRESS , FREEBUSY , GEO , LAST_MODIFIED , LOCALITY , LOCATION , LOCATION_TYPE , METHOD , NAME , ORGANIZER , PARTICIPANT_TYPE , PERCENT_COMPLETE , POSTALCODE , PRIORITY , PRODID , PROXIMITY , RDATE , RECURRENCE_ID , REGION , RELATED_TO , REPEAT , REQUEST_STATUS , RESOURCE_TYPE , RESOURCES , RRULE , SEQUENCE , STATUS , STREET_ADDRESS , STRUCTURED_DATA , STYLED_DESCRIPTION , SUMMARY , TEL , TRANSP , TRIGGER , TZID , TZID_ALIAS_OF , TZNAME , TZOFFSETFROM , TZOFFSETTO , TZUNTIL , TZURL , UID , URL , VERSION , XML
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
Returns a new property factory used to create deep copies.
void
A default timezone may be specified for interpreting floating DATE-TIME values.
void
Methods inherited from class net.fortuna.ical4j.model.Property
add , copy , equals , getFluentTarget , getName , getParameter , getParameter , getParameterList , getParameters , getPrefix , getRequiredParameter , getRequiredParameter , remove , removeAll , replace , setParameters , setPrefix , toString
Method Details
setDefaultTimeZone
public void setDefaultTimeZone (ZoneId defaultTimeZone)
A default timezone may be specified for interpreting floating DATE-TIME values. In the absence of a default
timezone the system default timezone will be used.
Specified by:
setDefaultTimeZone in interface UtcProperty
Overrides:
setDefaultTimeZone in class DateProperty <Instant >
Parameters:
defaultTimeZone - a timezone identifier
newFactory
Returns a new property factory used to create deep copies.
Specified by:
newFactory in class Property
Returns:
a property factory instance