FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Action Summary | |
---|---|
string | toEdaTime(float time)
Returns the UTC date-time string of format YYYY-MM-DDThh:mm:ss.sssTZD. The time zone designator (indicated by TZD) will be "Z" to denote UTC. Only the first three fractional digits of seconds are considered. |
float | toEpocTime(string time)
Returns the number of seconds elapsed since midnight, January 1, 1970 UTC for specified date-time string. Returns NaN for invalid date-time string. Only the first three fractional digits of seconds are considered. |
Action Detail |
---|
string toEdaTime(float time)Returns the UTC date-time string of format YYYY-MM-DDThh:mm:ss.sssTZD. The time zone designator (indicated by TZD) will be "Z" to denote UTC. Only the first three fractional digits of seconds are considered.
float toEpocTime(string time)Returns the number of seconds elapsed since midnight, January 1, 1970 UTC for specified date-time string. Returns NaN for invalid date-time string. Only the first three fractional digits of seconds are considered.
FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |