| Package | Description |
|---|---|
| ezvcard.io.scribe |
Contains classes that know how to marshal and unmarshal a property in each vCard format.
|
| Modifier and Type | Method and Description |
|---|---|
protected static VCardPropertyScribe.DateWriter |
VCardPropertyScribe.date(Date date)
Formats a
Date object as a string. |
VCardPropertyScribe.DateWriter |
VCardPropertyScribe.DateWriter.extended(boolean extended)
Sets whether to use extended format or basic.
|
VCardPropertyScribe.DateWriter |
VCardPropertyScribe.DateWriter.time(boolean hasTime)
Sets whether to output the date's time component.
|
VCardPropertyScribe.DateWriter |
VCardPropertyScribe.DateWriter.utc(boolean utc)
Sets whether to format the date in UTC time, or to include a UTC
offset.
|
Copyright © 2012–2018 Michael Angstadt. All rights reserved.