|
Joutsen v0.5.0+12-g5dd5f7e
|
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... | |
| static DateTime | ToDateTimeKind (this DateTime dateTime, DateTimeKind kind) |
| Converts a datetime to a different kind of datetime. More... | |
A static class containing extensions for the System.DateTime class.
|
static |
Converts a datetime to a different kind of datetime.
| dateTime | the System.DateTime object to convert |
| kind | the kind of datetime to convert into |
|
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.