Converts the value of the given DateTime to the equivalent string representation specified by the ISO-8601 standard ("yyyy-MM-ddTHH:mm:ss").

Syntax

Smartsite SXML CopyCode image Copy Code
string datetime.toisostring(datetime dt)

Parameters

Name Data Type Description
dt DateTime A DateTime.

Return Value

Data Type Description
String A string representation of the value of the given DateTime as specified by the ISO-8601 standard.

Expand image Example

SXML