protected static class VCardPropertyScribe.DateWriter extends Object
| Constructor and Description |
|---|
DateWriter(Temporal date)
Creates a new date writer object.
|
| Modifier and Type | Method and Description |
|---|---|
VCardPropertyScribe.DateWriter |
extended(boolean extended)
Sets whether to use extended format or basic.
|
String |
write()
Creates the date string.
|
public DateWriter(Temporal date)
date - the date to formatpublic VCardPropertyScribe.DateWriter extended(boolean extended)
extended - true to use extended format, false to use basic
(defaults to "false")Copyright © 2012–2023 Michael Angstadt. All rights reserved.