| Package | Description |
|---|---|
| biweekly.io.scribe.property |
| Modifier and Type | Method and Description |
|---|---|
protected static ICalPropertyScribe.DateWriter |
ICalPropertyScribe.date(Date date)
Formats a
Date object as a string. |
ICalPropertyScribe.DateWriter |
ICalPropertyScribe.DateWriter.extended(boolean extended)
Sets whether to use extended format or basic.
|
ICalPropertyScribe.DateWriter |
ICalPropertyScribe.DateWriter.localTz(boolean localTz)
Outputs the date in local time (without a timezone).
|
ICalPropertyScribe.DateWriter |
ICalPropertyScribe.DateWriter.time(boolean hasTime)
Sets whether to output the date's time component.
|
ICalPropertyScribe.DateWriter |
ICalPropertyScribe.DateWriter.tz(boolean localTz,
String timezoneId)
Convenience method that combines
localTz(boolean) and
tzid(String) into one method. |
ICalPropertyScribe.DateWriter |
ICalPropertyScribe.DateWriter.tz(TimeZone timezone)
Sets the timezone to format the date as.
|
ICalPropertyScribe.DateWriter |
ICalPropertyScribe.DateWriter.tzid(String timezoneId)
Sets the ID of the timezone to format the date as (TZID parameter
value).
|
Copyright © 2013-2014 Michael Angstadt. All Rights Reserved.