public struct TimeZoneRule : IEquatable<TimeZoneRule>
TimeZoneRule | Default constructor required in C# 10 |
AbbreviationFormat | Gets or sets the abbreviation format for this TimeZoneRule. |
ChangeRuleName | Gets or sets the name of the TimeChangeRule that applies to this TimeZoneRule. |
DateRange | Gets or sets the range of dates during which the TimeZoneRule is effective. |
EndDate | Gets the latest date and time the rule is effective. |
Name | Gets or sets the name of this TimeZoneRule. |
StartDate | Gets the earliest date and time that the rule is effective. |
UtcOffset | Gets or sets the offset between this TimeZoneRule and Universal Coordinated Time (UTC). |
UtcZoneRule | Gets a TimeZoneRule representing Universal Coordinated Time (UTC). |
Equals(Object) |
Determines whether the specified Object is equal to the
current TimeZoneRule.
(Overrides ValueTypeEquals(Object)) |
Equals(TimeZoneRule) | 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 |
Serves as a hash function for a particular type,
suitable for use in hashing algorithms and data structures
like a hash table.
(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 TimeZoneRule.
(Overrides ValueTypeToString) |
Equality(TimeZoneRule, TimeZoneRule) | Compares two instances of TimeZoneRule for equality. |
Inequality(TimeZoneRule, TimeZoneRule) | Compares two instances of TimeZoneRule for inequality. |