System::TimeZoneInfo::ConvertTime طريقة

TimeZoneInfo::ConvertTime(const DateTimeOffset&, const TimeZoneInfoPtr&) method

Convert time to the time in a specified time zone.

static DateTimeOffset System::TimeZoneInfo::ConvertTime(const DateTimeOffset &date_time_offset, const TimeZoneInfoPtr &destination_time_zone)
معاملنوعالوصف
date_time_offsetconst DateTimeOffset&التاريخ والوقت للتحويل.
destination_time_zoneconst TimeZoneInfoPtr&منطقة الوجهة الزمنية.

ReturnValue

التاريخ والوقت المحوَّل.

انظر أيضًا

TimeZoneInfo::ConvertTime(DateTime, const TimeZoneInfoPtr&) method

Convert time to the time in a specified time zone.

static DateTime System::TimeZoneInfo::ConvertTime(DateTime date_time, const TimeZoneInfoPtr &destination_time_zone)
معاملنوعالوصف
date_timeDateTimeالتاريخ والوقت للتحويل.
destination_time_zoneconst TimeZoneInfoPtr&منطقة الوجهة الزمنية.

ReturnValue

التاريخ والوقت المحوَّل.

انظر أيضًا

TimeZoneInfo::ConvertTime(DateTime, const TimeZoneInfoPtr&, const TimeZoneInfoPtr&) method

Convert time from one time zone to another.

static DateTime System::TimeZoneInfo::ConvertTime(DateTime date_time, const TimeZoneInfoPtr &source_time_zone, const TimeZoneInfoPtr &destination_time_zone)
معاملنوعالوصف
date_timeDateTimeالتاريخ والوقت للتحويل.
source_time_zoneconst TimeZoneInfoPtr&منطقة المصدر الزمنية.
destination_time_zoneconst TimeZoneInfoPtr&منطقة الوجهة الزمنية.

ReturnValue

التاريخ والوقت المحوَّل.

انظر أيضًا