System::TimeZoneInfo::ConvertTimeBySystemTimeZoneId μέθοδος
περιεχόμενα
[
κρύβω
]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)
| Parameter | Type | Περιγραφή |
|---|---|---|
| date_time_offset | const DateTimeOffset& | Ημερομηνία και ώρα προς μετατροπή. |
| destination_time_zone_id | const String& | Αναγνωριστικό της προορισμένης ζώνης ώρας. |
ReturnValue
Μετατρεπόμενη ημερομηνία και ώρα.
Δείτε επίσης
- Class DateTimeOffset
- Class String
- Class TimeZoneInfo
- Namespace System
- Library Aspose.Page 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)
| Parameter | Type | Περιγραφή |
|---|---|---|
| date_time | DateTime | Ημερομηνία και ώρα προς μετατροπή. |
| destination_time_zone_id | const String& | Αναγνωριστικό της προορισμένης ζώνης ώρας. |
ReturnValue
Μετατρεπόμενη ημερομηνία και ώρα.
Δείτε επίσης
- Class DateTime
- Class String
- Class TimeZoneInfo
- Namespace System
- Library Aspose.Page 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)
| Parameter | Type | Περιγραφή |
|---|---|---|
| date_time | DateTime | Ημερομηνία και ώρα προς μετατροπή. |
| source_time_zone_id | const String& | Αναγνωριστικό της πηγαίας ζώνης ώρας. |
| destination_time_zone_id | const String& | Αναγνωριστικό της προορισμένης ζώνης ώρας. |
ReturnValue
Μετατρεπόμενη ημερομηνία και ώρα.
Δείτε επίσης
- Class DateTime
- Class String
- Class TimeZoneInfo
- Namespace System
- Library Aspose.Page for C++