TimelineBuilders.TimeInterval
class TimelineBuilders.TimeInterval
A time interval, typically used to describe the validity period of a TimelineEntry.
Summary
Nested types |
|---|
|
Builder for |
Public functions |
|
|---|---|
Long |
Gets end point of the time interval, in milliseconds since the Unix epoch. |
Long |
Gets starting point of the time interval, in milliseconds since the Unix epoch. |
Public functions
fungetEndMillis(): Long
Gets end point of the time interval, in milliseconds since the Unix epoch. Intended for testing purposes only.
fungetStartMillis(): Long
Gets starting point of the time interval, in milliseconds since the Unix epoch. Intended for testing purposes only.