Click or drag to resize

TzInfoTime Structure

Parses the time portion of an tzinfo rule text into a time of day.
Inheritance Hierarchy
SystemObject
  SystemValueType
    InnerDrive.TimeZonesTzInfoTime

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.0.8475.0
Syntax
C#
public readonly struct TzInfoTime : IEquatable<TzInfoTime>

The TzInfoTime type exposes the following members.

Constructors
 NameDescription
Public methodTzInfoTime Creates a new instance of TzInfoTime.
Top
Properties
 NameDescription
Public propertyDateTimeKind Gets the DateTimeKind represented by this TzInfoTime.
Public propertyTimeOfDay Gets the time of day parsed by this TzInfoTime.
Top
Methods
 NameDescription
Public methodEquals(Object) Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object))
Public methodEquals(TzInfoTime) Indicates whether the current object is equal to another object of the same type.
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCode Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(TzInfoTime, TzInfoTime) Determines whether two objects are equal.
Public operatorStatic memberInequality(TzInfoTime, TzInfoTime) Determines whether two objects are not equal.
Top
See Also