Home > @i2analyze/i2connect > data > ILocalTime > toJSDate
data.ILocalTime.toJSDate() method
Gets the time as a JavaScript Date
object.
Signature:
toJSDate(): Date;
Returns:
Date
The time, as a Date
.
Introduced: API version 2.0
Remarks
The date in the Date
object is set to the start of the UNIX epoch: January 1st, 1970. This behavior is equivalent to the expression new Date(1970, 0, 1, hour, minute, second, milli)
in JavaScript.