IsoTime2Num

Returns the number of milliseconds since the epoch, given a valid time string.

Syntax

IsoTime2Num(d)

Parameters

Parameter

Description

d

A valid time string.

Examples

The following expressions are examples of using the IsoTime2Num function:

Expression

Returns

IsoTime2Num("00:00:00Z")

1, for a user in the Eastern Time (ET) zone.

IsoTime2Num("13")

64800001, for a user located in Boston, U.S.

IsoTime2Num("13:13:13")

76393001, for a user located in California.

IsoTime2Num("19111111T131313+01")

43993001, for a user located in the Eastern Time (ET) zone.

// Ethnio survey code removed