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::EqualsDetermines whether the specified objectObjectobject is equal to the current objectObjectobject.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.FinalizeObject.FinalizeObject::FinalizeAllows an object to try to free resources and perform other cleanup operations before it 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::GetHashCodeServes as a hash function for a particular type. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetTypeObject.GetTypeObject::GetTypeGets the type of the current instance.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseCloneCreates a shallow copy of the current objectObjectobject.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.ToStringObject.ToStringObject::ToStringReturns a string that represents the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object)

Top