TimeZoneInfo.Adjust Method (DateTimeWithZone)TimeZoneInfo.Adjust Method (DateTimeWithZone)TimeZoneInfo::Adjust Method (DateTimeWithZone)

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

Syntax

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