Modifier and Type | Field and Description |
---|---|
Object |
data
Arbitrary data associated with this interval.
|
String |
iso8601
An ISO 8601 interval.
|
boolean |
isStartIncluded
if options.start is included in the interval, false otherwise.
|
boolean |
isStopIncluded
if options.stop is included in the interval, false otherwise.
|
Constructor and Description |
---|
TimeIntervalIso8601Options() |
@JsProperty public String iso8601
@JsProperty public boolean isStartIncluded
@JsProperty public boolean isStopIncluded
@JsProperty public Object data
Copyright © 2019. All rights reserved.