|
Joutsen
v0.4.1
|
A static class containing extensions for the System.DateTime class. More...
Static Public Member Functions | |
| static String | ToIso8601LongDateTimeString (this DateTime dateTime) |
| Creates a date and time string that conforms to ISO 8601. More... | |
A static class containing extensions for the System.DateTime class.
|
static |
Creates a date and time string that conforms to ISO 8601.
| dateTime | the System.DateTime object to convert |
dateTime in the format YYYY-MM-DDThh:mm:sszzz dateTime into account to return the appropriate timezone offset.
1.8.13