DateTime.getTimeInMillis()

Signature

long getTimeInMillis (DateTime date)

Domain

action, condition, query

Description

Returns the time in milliseconds since the start of 1970 GMT.

Parameters

NameTypeDescription
dateDateTimeA DateTime date/time which will be converted to milliseconds since the start of 1970 GMT.

Returns

TypeDescription
longThe UTC time in milliseconds since start of 1970 GMT.

Cautions

none