|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICalPropertyMarshaller.DateWriter | |
---|---|
biweekly.property.marshaller |
Uses of ICalPropertyMarshaller.DateWriter in biweekly.property.marshaller |
---|
Methods in biweekly.property.marshaller that return ICalPropertyMarshaller.DateWriter | |
---|---|
protected static ICalPropertyMarshaller.DateWriter |
ICalPropertyMarshaller.date(Date date)
Formats a Date object as a string. |
ICalPropertyMarshaller.DateWriter |
ICalPropertyMarshaller.DateWriter.extended(boolean extended)
Sets whether to use extended format or basic. |
ICalPropertyMarshaller.DateWriter |
ICalPropertyMarshaller.DateWriter.localTz(boolean localTz)
Outputs the date in local time (without a timezone). |
ICalPropertyMarshaller.DateWriter |
ICalPropertyMarshaller.DateWriter.time(boolean hasTime)
Sets whether to output the date's time component. |
ICalPropertyMarshaller.DateWriter |
ICalPropertyMarshaller.DateWriter.tz(boolean localTz,
String timezoneId)
Convenience method that combines localTz(boolean) and
tzid(String) into one method. |
ICalPropertyMarshaller.DateWriter |
ICalPropertyMarshaller.DateWriter.tz(TimeZone timezone)
Sets the timezone to format the date as. |
ICalPropertyMarshaller.DateWriter |
ICalPropertyMarshaller.DateWriter.tzid(String timezoneId)
Sets the ID of the timezone to format the date as (TZID parameter value). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |