| Package | Description |
|---|---|
| biweekly.component | |
| biweekly.property | |
| biweekly.util |
| Modifier and Type | Method and Description |
|---|---|
DateStart |
Observance.setDateStart(DateTimeComponents components)
Sets the date that the timezone observance starts.
|
| Modifier and Type | Field and Description |
|---|---|
protected DateTimeComponents |
DateOrDateTimeProperty.rawComponents |
| Modifier and Type | Method and Description |
|---|---|
DateTimeComponents |
DateOrDateTimeProperty.getRawComponents()
Gets the raw components of the date-time value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DateOrDateTimeProperty.setRawComponents(DateTimeComponents rawComponents)
Sets the raw components of the date-time value.
|
| Constructor and Description |
|---|
DateDue(DateTimeComponents components)
Creates an due date property.
|
DateEnd(DateTimeComponents components)
Creates an end date property.
|
DateOrDateTimeProperty(DateTimeComponents rawComponents)
Creates a new property.
|
DateStart(DateTimeComponents components)
Creates a start date property.
|
| Modifier and Type | Method and Description |
|---|---|
static DateTimeComponents |
DateTimeComponents.parse(String dateString)
Parses the components out of a date-time string.
|
| Constructor and Description |
|---|
DateTimeComponents(DateTimeComponents original,
Integer year,
Integer month,
Integer date,
Integer hour,
Integer minute,
Integer second,
Boolean utc)
Copies an existing DateTimeComponents object.
|
Copyright © 2013-2014 Michael Angstadt. All Rights Reserved.