Equals | Returns a boolean indicating if the value and this object instance are the same instance. |
GetDayLightChanges | Returns the start and end of the daylight savings period. |
GetHashCode | Returns a pseudo-unique number identifying this instance. |
GetUtcOffset | Returns the offset from UTC to the current timezone, adjusting for daylight savings. |
IsDayLightSavingTime | Returns whether the time is currently in the daylight savings period. |
ToLocalTime | Returns the time with the UTC offset applied to get the local time. |
ToString | Returns a string representation of this object instance. |
ToUniversalTime | Returns the local time with UTC offset removed to get the UTC time. |