TimeZoneInfo.Adjust Method (DateWithZone)TimeZoneInfo.Adjust Method (DateWithZone)TimeZoneInfo::Adjust Method (DateWithZone)

Adjusts the specified DateWithZoneDateWithZoneDateWithZone to the timezone represented by this instance.

Syntax

Public Function Adjust( _
    value As DateWithZone _
) As DateWithZone
public DateWithZone Adjust(
    DateWithZone value
)
public:
DateWithZone Adjust(
    DateWithZone value
)