Package | Description |
---|---|
biweekly.io.scribe.property |
Modifier and Type | Method and Description |
---|---|
protected static ICalPropertyScribe.DateWriter |
ICalPropertyScribe.date(Date date)
Formats a date as a string.
|
protected static ICalPropertyScribe.DateWriter |
ICalPropertyScribe.date(Date date,
ICalProperty property,
WriteContext context) |
protected static ICalPropertyScribe.DateWriter |
ICalPropertyScribe.date(ICalDate date)
Formats a date as a string.
|
protected static ICalPropertyScribe.DateWriter |
ICalPropertyScribe.date(ICalDate date,
ICalProperty property,
WriteContext context) |
ICalPropertyScribe.DateWriter |
ICalPropertyScribe.DateWriter.extended(boolean extended)
Sets whether to use extended format or basic.
|
ICalPropertyScribe.DateWriter |
ICalPropertyScribe.DateWriter.observance(boolean observance)
Sets whether the property is within an observance or not.
|
ICalPropertyScribe.DateWriter |
ICalPropertyScribe.DateWriter.tz(boolean floating,
TimeZone timezone)
Sets the timezone.
|
ICalPropertyScribe.DateWriter |
ICalPropertyScribe.DateWriter.utc(boolean utc)
Sets whether to write the value in UTC or not.
|
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.