System::TimeZoneInfo::GetAmbiguousTimeOffsets 메서드
TimeZoneInfo::GetAmbiguousTimeOffsets(const DateTimeOffset&) const method
지정된 날짜와 시간에 매핑될 수 있는 UTC 날짜와 시간을 가져옵니다.
ArrayPtr<TimeSpan> System::TimeZoneInfo::GetAmbiguousTimeOffsets(const DateTimeOffset &date_time_offset) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| date_time_offset | const DateTimeOffset& | 날짜 및 시간. |
ReturnValue
Array of UTC dates and times.
또 보기
- Typedef ArrayPtr
- Class TimeSpan
- Class DateTimeOffset
- Class TimeZoneInfo
- Namespace System
- Library Aspose.Page for C++
TimeZoneInfo::GetAmbiguousTimeOffsets(DateTime) const method
지정된 날짜와 시간에 매핑될 수 있는 UTC 날짜와 시간을 가져옵니다.
ArrayPtr<TimeSpan> System::TimeZoneInfo::GetAmbiguousTimeOffsets(DateTime date_time) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| date_time | DateTime | 날짜 및 시간. |
ReturnValue
Array of UTC dates and times.
또 보기
- Typedef ArrayPtr
- Class TimeSpan
- Class DateTime
- Class TimeZoneInfo
- Namespace System
- Library Aspose.Page for C++