Home > @i2analyze/notebook-sdk > data > ILocalTime
data.ILocalTime interface
A time without an accompanying date or time zone.
Signature:
interface ILocalTime
Introduced: version 1.0
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
hour | readonly |
number | Gets the hour as an integer from 0-23 inclusive. |
milli | readonly |
number | Gets the milliseconds of the second as an integer from 0-999 inclusive. |
minute | readonly |
number | Gets the minutes of the hour as an integer from 0-59 inclusive. |
second | readonly |
number | Gets the seconds of the minute as an integer from 0-59 inclusive. |
Methods
Method | Description |
---|---|
toJSDate() | Gets the time as a JavaScript Date object. |