public readonly struct TimeZoneOffset : IFormattable,
IEquatable<TimeZoneOffset>
TimeZoneOffset | Creates a new instance of TimeZoneOffset |
Abbreviation | Gets the current time zone abbreviation, like "EST" or "CDT." |
LocalTime | Gets the current date and time for this information. |
UtcOffset | Gets the local offset from Universal Time. |
ZoneName | Gets the long-form name of the zone. |
Equals(Object) |
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object)) |
Equals(TimeZoneOffset) | Indicates whether the current object is equal to another object of the same type. |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString |
Returns a String representation of this TimeZoneOffset.
(Overrides ValueTypeToString) |
ToString(String, IFormatProvider) | Formats the value of the current instance using the specified format. |
Equality(TimeZoneOffset, TimeZoneOffset) | Determines whether two objects are equal. |
Inequality(TimeZoneOffset, TimeZoneOffset) | Determines whether two objects are not equal. |