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)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 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)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 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)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 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++