Name | Description | |
---|---|---|
![]() ![]() | ConvertKindToLocal | Acts like ToLocalTime, but converting DateTime.MinValue and DateTime.MaxValue won't cause timezone shifts. |
![]() ![]() | ConvertKindToUniversal | Acts like ToUniversalTime, but converting DateTime.MinValue and DateTime.MaxValue won't cause timezone shifts. |
![]() ![]() | ValidateKind | Acts like SpecifyKind, but throws an exception* if the conversion would lead to timezone offset errors. *TODO: For now, this doesn't throw an exception, it just logs a stack trace. Can be changed to an exception later. |