get-seconds-from-dateTime

Returns the seconds part of a given date and time value.

Syntax

    get-seconds-from-dateTime(strDateTime)

Parameter

strDateTime is a string that represents the date and time and is specified in the format yyyy-mm-ddThh:mm:ssZ . For more information about date and time parameters, see Date and time parameters .

Returns

A number that holds the seconds part of the given date and time value.