DateTimeUtil::parse Method

Creates a new utcdatetime value from the specified string.

Syntax

client server public static utcdatetime parse(str s)

Run On

Called

Parameters

  • s
    Type: str
    A string in the following format: yyyy-mm-ddThh:mm:ss.

Return Value

Type: utcdatetime
A new utcdatetime value from the specified string.

See Also

Reference

DateTimeUtil Class