System::TimeZoneInfo::IsAmbiguousTime 메서드
TimeZoneInfo::IsAmbiguousTime(const DateTimeOffset&) const method
지정된 날짜와 시간이 모호하여 여러 UTC 시간에 매핑될 수 있는지 확인합니다.
bool System::TimeZoneInfo::IsAmbiguousTime(const DateTimeOffset &date_time_offset) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| date_time_offset | const DateTimeOffset& | 날짜 및 시간. |
ReturnValue
날짜_시간이 모호하면 True.
또 보기
- Class DateTimeOffset
- Class TimeZoneInfo
- Namespace System
- Library Aspose.Page for C++
TimeZoneInfo::IsAmbiguousTime(DateTime) const method
지정된 날짜와 시간이 모호하여 여러 UTC 시간에 매핑될 수 있는지 확인합니다.
bool System::TimeZoneInfo::IsAmbiguousTime(DateTime date_time) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| date_time | DateTime | 날짜 및 시간. |
ReturnValue
날짜_시간이 모호하면 True.
또 보기
- Class DateTime
- Class TimeZoneInfo
- Namespace System
- Library Aspose.Page for C++