System::TimeZoneInfo::ConvertTimeBySystemTimeZoneId yöntemi
İçindekiler
[
Saklamak
]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)
| Parametre | Tür | Açıklama |
|---|---|---|
| date_time_offset | const DateTimeOffset& | Dönüştürülecek tarih ve saat. |
| destination_time_zone_id | const String& | Hedef saat diliminin tanımlayıcısı. |
ReturnValue
Dönüştürülmüş tarih ve saat.
Ayrıca Bakınız
- Class DateTimeOffset
- Class String
- Class TimeZoneInfo
- Namespace System
- Library Aspose.Font for C++
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)
| Parametre | Tür | Açıklama |
|---|---|---|
| date_time | DateTime | Dönüştürülecek tarih ve saat. |
| destination_time_zone_id | const String& | Hedef saat diliminin tanımlayıcısı. |
ReturnValue
Dönüştürülmüş tarih ve saat.
Ayrıca Bakınız
- Class DateTime
- Class String
- Class TimeZoneInfo
- Namespace System
- Library Aspose.Font for C++
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)
| Parametre | Tür | Açıklama |
|---|---|---|
| date_time | DateTime | Dönüştürülecek tarih ve saat. |
| source_time_zone_id | const String& | Kaynak saat diliminin tanımlayıcısı. |
| destination_time_zone_id | const String& | Hedef saat diliminin tanımlayıcısı. |
ReturnValue
Dönüştürülmüş tarih ve saat.
Ayrıca Bakınız
- Class DateTime
- Class String
- Class TimeZoneInfo
- Namespace System
- Library Aspose.Font for C++