Constructor
new Duration(millis)
Parameters:
Name | Type | Description |
---|---|---|
millis |
long |
- Source:
Methods
div(that) → {double}
Parameters:
Name | Type | Description |
---|---|---|
that |
module:eclairjs/streaming.Duration |
- Source:
Returns:
- Type
- double
greater(that) → {boolean}
Parameters:
Name | Type | Description |
---|---|---|
that |
module:eclairjs/streaming.Duration |
- Source:
Returns:
- Type
- boolean
greaterEq(that) → {boolean}
Parameters:
Name | Type | Description |
---|---|---|
that |
module:eclairjs/streaming.Duration |
- Source:
Returns:
- Type
- boolean
isMultipleOf(that) → {boolean}
Parameters:
Name | Type | Description |
---|---|---|
that |
module:eclairjs/streaming.Duration |
- Source:
Returns:
- Type
- boolean
isZero() → {boolean}
- Source:
Returns:
- Type
- boolean
less(that) → {boolean}
Parameters:
Name | Type | Description |
---|---|---|
that |
module:eclairjs/streaming.Duration |
- Source:
Returns:
- Type
- boolean
lessEq(that) → {boolean}
Parameters:
Name | Type | Description |
---|---|---|
that |
module:eclairjs/streaming.Duration |
- Source:
Returns:
- Type
- boolean
max(that) → {module:eclairjs/streaming.Duration}
Parameters:
Name | Type | Description |
---|---|---|
that |
module:eclairjs/streaming.Duration |
- Source:
Returns:
milliseconds() → {long}
- Source:
Returns:
- Type
- long
min(that) → {module:eclairjs/streaming.Duration}
Parameters:
Name | Type | Description |
---|---|---|
that |
module:eclairjs/streaming.Duration |
- Source:
Returns:
minus(that) → {module:eclairjs/streaming.Duration}
Parameters:
Name | Type | Description |
---|---|---|
that |
module:eclairjs/streaming.Duration |
- Source:
Returns:
plus(that) → {module:eclairjs/streaming.Duration}
Parameters:
Name | Type | Description |
---|---|---|
that |
module:eclairjs/streaming.Duration |
- Source:
Returns:
times(times) → {module:eclairjs/streaming.Duration}
Parameters:
Name | Type | Description |
---|---|---|
times |
integer |
- Source: