DateTimeUtility.ParseIso8601 method

Converts the specified ISO 8601 representation of a date and time to its DateTime equivalent.

public static DateTime ParseIso8601(string value)
parameter description
value The ISO 8601 string representation to parse.

Return Value

The DateTime equivalent.

See Also