Package | Description |
---|---|
biweekly.component | |
biweekly.util |
Modifier and Type | Method and Description |
---|---|
DateStart |
Observance.setDateStart(DateTimeComponents rawComponents)
Sets the date that the timezone observance starts.
|
Modifier and Type | Method and Description |
---|---|
DateTimeComponents |
ICalDate.getRawComponents()
Gets the raw date-time components of the value as read from the input
stream.
|
static DateTimeComponents |
DateTimeComponents.parse(String dateString)
Parses the components out of a date-time string.
|
static DateTimeComponents |
DateTimeComponents.parse(String dateString,
Boolean hasTime)
Parses the components out of a date-time string.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DateTimeComponents.after(DateTimeComponents that) |
boolean |
DateTimeComponents.before(DateTimeComponents that) |
int |
DateTimeComponents.compareTo(DateTimeComponents that) |
Constructor and Description |
---|
DateTimeComponents(DateTimeComponents original)
Copies an existing DateTimeComponents object.
|
DateTimeComponents(DateTimeComponents original,
Integer year,
Integer month,
Integer date,
Integer hour,
Integer minute,
Integer second,
Boolean utc)
Copies an existing DateTimeComponents object.
|
ICalDate(Date date,
DateTimeComponents rawComponents,
boolean hasTime)
Creates a new date-time value.
|
ICalDate(DateTimeComponents date,
boolean hasTime)
Creates a new date-time value.
|
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.