Click or drag to resize

TimeZoneOffset Structure

Encapsulates display information for a time zone at a particular point in time.
Inheritance Hierarchy
SystemObject
  SystemValueType
    InnerDrive.TimeZonesTimeZoneOffset

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

The TimeZoneOffset type exposes the following members.

Constructors
 NameDescription
Public methodTimeZoneOffset Creates a new instance of TimeZoneOffset
Top
Properties
 NameDescription
Public propertyAbbreviation Gets the current time zone abbreviation, like "EST" or "CDT."
Public propertyLocalTime Gets the current date and time for this information.
Public propertyUtcOffset Gets the local offset from Universal Time.
Public propertyZoneName Gets the long-form name of the zone.
Top
Methods
 NameDescription
Public methodEquals(Object) Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object))
Public methodEquals(TimeZoneOffset) 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 methodToString Returns a String representation of this TimeZoneOffset.
(Overrides ValueTypeToString)
Public methodToString(String, IFormatProvider) Formats the value of the current instance using the specified format.
Top
Operators
 NameDescription
Public operatorStatic memberEquality(TimeZoneOffset, TimeZoneOffset) Determines whether two objects are equal.
Public operatorStatic memberInequality(TimeZoneOffset, TimeZoneOffset) Determines whether two objects are not equal.
Top
See Also