SPUtility.CreateDateTimeFromISO8601DateTimeString method
SharePoint 2013
Converts the specified ISO 8601 date-time value to a string DateTime format.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Parameters
- ISO8601Time
- Type: System.String
The time, in ISO 8601 format, to convert.
| Exception | Condition |
|---|---|
| ArgumentNullException | ISO8601Time is null. |