public static class ICalTimeZone.Boundary extends Object
Constructor and Description |
---|
ICalTimeZone.Boundary(com.google.ical.values.DateTimeValue observanceInStart,
Observance observanceIn,
com.google.ical.values.DateTimeValue observanceAfterStart,
Observance observanceAfter) |
Modifier and Type | Method and Description |
---|---|
Observance |
getObservanceAfter()
Gets the observance that comes after the observance that the date
resides in.
|
com.google.ical.values.DateTimeValue |
getObservanceAfterStart()
Gets the start time the observance that comes after the observance
that the date resides in.
|
Observance |
getObservanceIn()
Gets the observance that the date resides in.
|
com.google.ical.values.DateTimeValue |
getObservanceInStart()
Gets start time of the observance that the date resides in.
|
public ICalTimeZone.Boundary(com.google.ical.values.DateTimeValue observanceInStart, Observance observanceIn, com.google.ical.values.DateTimeValue observanceAfterStart, Observance observanceAfter)
public com.google.ical.values.DateTimeValue getObservanceInStart()
public com.google.ical.values.DateTimeValue getObservanceAfterStart()
public Observance getObservanceIn()
public Observance getObservanceAfter()
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.