TzInfoTime Structure

Parses the time portion of an tzinfo rule text into a time of day.

Definition

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9017.0
C#
public readonly struct TzInfoTime : IEquatable<TzInfoTime>
Inheritance
Object    ValueType    TzInfoTime
Implements
IEquatableTzInfoTime

Constructors

TzInfoTime Creates a new instance of TzInfoTime.

Properties

DateTimeKind Gets the DateTimeKind represented by this TzInfoTime.
TimeOfDay Gets the time of day parsed by this TzInfoTime.

Methods

Equals(Object) Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object))
Equals(TzInfoTime) Indicates whether the current object is equal to another object of the same type.
FinalizeAllows 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)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

Operators

Equality(TzInfoTime, TzInfoTime) Determines whether two objects are equal.
Inequality(TzInfoTime, TzInfoTime) Determines whether two objects are not equal.

See Also