Provides methods for manipulating dates.
public static class DateTimeOffsetUtility
| name | description |
|---|---|
| const Iso8601Format | The ISO 8601 format string. |
| static ParseIso8601(…) | Converts the specified ISO 8601 representation of a date and time to its DateTimeOffset equivalent. |
| static ToIso8601(…) | Formats the date in the standard ISO 8601 format. |
| static TryParseIso8601(…) | Converts the specified ISO 8601 representation of a date and time to its DateTimeOffset equivalent. (2 methods) |