DateParse

Returns a DateTime object from a date string.

DateParse(1, 2)

OrdinalTypeDescription
1dateRequiredDate string used to derive the DateTime object
2booleanDetermines whether the system returns the object in UTC format. A value of true returns the DateTime object as UTC.

System returns a local time of 2:30pm.

System returns 6:30pm as the UTC time based off of the local time value.