Constructor
new Time(millis)
Parameters:
Name | Type | Description |
---|---|---|
millis |
long |
- Source:
Methods
floor(that, zeroTimeopt) → {module:eclairjs/streaming.Time}
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
that |
module:eclairjs/streaming.Duration | ||
zeroTime |
module:eclairjs/streaming.Duration |
<optional> |
- Source:
Returns:
greater(that) → {boolean}
Parameters:
Name | Type | Description |
---|---|---|
that |
module:eclairjs/streaming.Time |
- Source:
Returns:
- Type
- boolean
greaterEq(that) → {boolean}
Parameters:
Name | Type | Description |
---|---|---|
that |
module:eclairjs/streaming.Time |
- Source:
Returns:
- Type
- boolean
isMultipleOf(that) → {boolean}
Parameters:
Name | Type | Description |
---|---|---|
that |
module:eclairjs/streaming.Duration |
- Source:
Returns:
- Type
- boolean
less(that) → {boolean}
Parameters:
Name | Type | Description |
---|---|---|
that |
module:eclairjs/streaming.Time |
- Source:
Returns:
- Type
- boolean
lessEq(that) → {boolean}
Parameters:
Name | Type | Description |
---|---|---|
that |
module:eclairjs/streaming.Time |
- Source:
Returns:
- Type
- boolean
max(that) → {module:eclairjs/streaming.Time}
Parameters:
Name | Type | Description |
---|---|---|
that |
module:eclairjs/streaming.Time |
- Source:
Returns:
milliseconds() → {long}
- Source:
Returns:
- Type
- long
min(that) → {module:eclairjs/streaming.Time}
Parameters:
Name | Type | Description |
---|---|---|
that |
module:eclairjs/streaming.Time |
- Source:
Returns:
minus(that) → {module:eclairjs/streaming.Time}
Parameters:
Name | Type | Description |
---|---|---|
that |
module:eclairjs/streaming.Duration | Time |
- Source:
Returns:
ordering() → {scala.math.Ordering.<Time>}
- Source:
Returns:
- Type
- scala.math.Ordering.<Time>
plus(that) → {module:eclairjs/streaming.Time}
Parameters:
Name | Type | Description |
---|---|---|
that |
module:eclairjs/streaming.Duration |
- Source:
Returns:
to(that, interval) → {scala.collection.seq.<Time>}
Parameters:
Name | Type | Description |
---|---|---|
that |
module:eclairjs/streaming.Time | |
interval |
module:eclairjs/streaming.Duration |
- Source:
Returns:
- Type
- scala.collection.seq.<Time>
toString() → {String}
- Source:
Returns:
- Type
- String
until(that, interval) → {scala.collection.Seq.<Time>}
Parameters:
Name | Type | Description |
---|---|---|
that |
module:eclairjs/streaming.Time | |
interval |
module:eclairjs/streaming.Duration |
- Source:
Returns:
- Type
- scala.collection.Seq.<Time>