Time |
public class TimeZone : IEquatable<TimeZone>
The TimeZone type exposes the following members.
Name | Description | |
---|---|---|
TimeZone | Creates a new instance that is set to UTC by default. | |
TimeZone(String) | Creates a new instance set to the given timezone. | |
TimeZone(TimeZoneInfo) | Creates a new instance set to the given timezone. |
Name | Description | |
---|---|---|
Equals(Object) |
Compares this instance to another object.
(Overrides ObjectEquals(Object)) | |
Equals(TimeZone) | Compares this instance to another instance. | |
GetHashCode |
Generates a unique hash for the instance of this object.
(Overrides ObjectGetHashCode) | |
GetSPICE3StandardTimeZoneList | Gets a list of the standard time zone designators. |