System::TimeZoneInfo::ConvertTimeBySystemTimeZoneId methode

TimeZoneInfo::ConvertTimeBySystemTimeZoneId(const DateTimeOffset&, const String&) method

Convert time to the time in a specified time zone.

static DateTimeOffset System::TimeZoneInfo::ConvertTimeBySystemTimeZoneId(const DateTimeOffset &date_time_offset, const String &destination_time_zone_id)
ParameterTypeBeschrijving
date_time_offsetconst DateTimeOffset&Datum en tijd om te converteren.
destination_time_zone_idconst String&Identificatie van de doel-tijdzone.

ReturnValue

Geconverteerde datum en tijd.

Zie ook

TimeZoneInfo::ConvertTimeBySystemTimeZoneId(DateTime, const String&) method

Convert time to the time in a specified time zone.

static DateTime System::TimeZoneInfo::ConvertTimeBySystemTimeZoneId(DateTime date_time, const String &destination_time_zone_id)
ParameterTypeBeschrijving
date_timeDateTimeDatum en tijd om te converteren.
destination_time_zone_idconst String&Identificatie van de doel-tijdzone.

ReturnValue

Geconverteerde datum en tijd.

Zie ook

TimeZoneInfo::ConvertTimeBySystemTimeZoneId(DateTime, const String&, const String&) method

Convert time to the time in a specified time zone.

static DateTime System::TimeZoneInfo::ConvertTimeBySystemTimeZoneId(DateTime date_time, const String &source_time_zone_id, const String &destination_time_zone_id)
ParameterTypeBeschrijving
date_timeDateTimeDatum en tijd om te converteren.
source_time_zone_idconst String&Identificatie van de bron-tijdzone.
destination_time_zone_idconst String&Identificatie van de doel-tijdzone.

ReturnValue

Geconverteerde datum en tijd.

Zie ook