Package | Description |
---|---|
ezvcard.util |
Contains miscellaneous utility classes.
|
Modifier and Type | Method and Description |
---|---|
static PartialDate.Builder |
PartialDate.builder()
Creates a builder object.
|
static PartialDate.Builder |
PartialDate.builder(PartialDate orig)
Creates a builder object.
|
PartialDate.Builder |
PartialDate.Builder.date(Integer date)
Sets the date component.
|
PartialDate.Builder |
PartialDate.Builder.hour(Integer hour)
Sets the hour component.
|
PartialDate.Builder |
PartialDate.Builder.minute(Integer minute)
Sets the minute component.
|
PartialDate.Builder |
PartialDate.Builder.month(Integer month)
Sets the month component.
|
PartialDate.Builder |
PartialDate.Builder.offset(ZoneOffset offset)
Sets the timezone offset.
|
PartialDate.Builder |
PartialDate.Builder.second(Integer second)
Sets the second component.
|
PartialDate.Builder |
PartialDate.Builder.year(Integer year)
Sets the year component.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.