System::TimeZoneInfo::ConvertTimeFromUtc method
TimeZoneInfo::ConvertTimeFromUtc method
يحوّل الوقت بتوقيت UTC إلى الوقت في منطقة زمنية محددة.
static DateTime System::TimeZoneInfo::ConvertTimeFromUtc(DateTime date_time, const TimeZoneInfoPtr &destination_time_zone)
| Parameter | Type | الوصف |
|---|---|---|
| date_time | DateTime | التاريخ والوقت للتحويل. |
| destination_time_zone | const TimeZoneInfoPtr& | منطقة زمنية الوجهة. |
ReturnValue
التاريخ والوقت المحوَّل.
انظر أيضًا
- Class DateTime
- Typedef TimeZoneInfoPtr
- Class TimeZoneInfo
- Namespace System
- Library Aspose.Page for C++