TimeZoneInfo MethodsTimeZoneInfo MethodsTimeZoneInfo Methods

The TimeZoneInfoTimeZoneInfoTimeZoneInfo type exposes the following members.

Methods

 MethodDescription
Public methodAdjust (DateTimeWithZone)Adjust (DateTimeWithZone)Adjust (DateTimeWithZone) Adjusts the specified DateTimeWithZoneDateTimeWithZoneDateTimeWithZone to the timezone represented by this instance.
Public methodAdjust (DateWithZone)Adjust (DateWithZone)Adjust (DateWithZone) Adjusts the specified DateWithZoneDateWithZoneDateWithZone to the timezone represented by this instance.
Public methodAdjust (TimeWithZone)Adjust (TimeWithZone)Adjust (TimeWithZone) Adjusts the specified date time with zone.
Public methodObject.EqualsObject.EqualsObject::Equals Determines whether the specified objectObjectobject is equal to the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.FinalizeObject.FinalizeObject::Finalize Allows an objectObjectobject to attempt to free resources and perform other cleanup operations before the objectObjectobject is reclaimed by garbage collection. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodstaticFindSystemTimeZoneByIdFindSystemTimeZoneByIdFindSystemTimeZoneById Retrieves a TimeZoneInfoTimeZoneInfoTimeZoneInfo object from the registry based on its identifier.
Public methodObject.GetHashCodeObject.GetHashCodeObject::GetHashCode Serves as a hash function for a particular type. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetTypeObject.GetTypeObject::GetType Gets the TypeTypeType of the current instance. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone Creates a shallow copy of the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.ToStringObject.ToStringObject::ToString Returns a stringStringString that represents the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)

Top