@JsType(isNative=true,
namespace="<global>",
name="Object")
public class TimeIntervalOptions
extends Object
| Modifier and Type | Field and Description |
|---|---|
Object |
data
Arbitrary data associated with this 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.
|
JulianDate |
start
The start time of the interval.
|
JulianDate |
stop
The stop time of the interval.
|
| Constructor and Description |
|---|
TimeIntervalOptions() |
@JsProperty public JulianDate start
@JsProperty public JulianDate stop
@JsProperty public boolean isStartIncluded
@JsProperty public boolean isStopIncluded
@JsProperty public Object data
Copyright © 2019. All rights reserved.