| Method | Description |
|---|
| Equals | Overloaded. Compares two objects to determine if they are equal. (Inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| GetUtcOffset | Returns the coordinated universal time (UTC) offset for the specified local time. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object) |
| TimeZone | Initializes a new instance of TimeZone. |
| ToLocalTime | Returns the local time that corresponds to a specified coordinated universal time (UTC). |
| ToString | Returns a String that represents the current Object. (Inherited from Object) |
| ToUniversalTime | Returns the coordinated universal time (UTC) that corresponds to a specified local time. |