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 saving period.
|
GetHashCode |
Returns a pseudo-unique number identifying this instance.
|
GetUtcOffset |
Returns the offset from UTC to the current timezone, adjusting for daylight saving.
|
IsDaylightSavingTime |
Returns whether the time is currently in the daylight saving 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.
|