System::TimeZoneInfo::IsAmbiguousTime method
Contents
[
Hide
]TimeZoneInfo::IsAmbiguousTime(const DateTimeOffset&) const method
Checks if specified date and time is ambiguous and can be mapped to many UTC times.
bool System::TimeZoneInfo::IsAmbiguousTime(const DateTimeOffset &date_time_offset) const
Parameter | Type | Description |
---|---|---|
date_time_offset | const DateTimeOffset& | Date and Time. |
ReturnValue
True if date_time is ambiguous.
See Also
- Class DateTimeOffset
- Class TimeZoneInfo
- Namespace System
- Library Aspose.PDF for C++
TimeZoneInfo::IsAmbiguousTime(DateTime) const method
Checks if specified date and time is ambiguous and can be mapped to many UTC times.
bool System::TimeZoneInfo::IsAmbiguousTime(DateTime date_time) const
Parameter | Type | Description |
---|---|---|
date_time | DateTime | Date and Time. |
ReturnValue
True if date_time is ambiguous.
See Also
- Class DateTime
- Class TimeZoneInfo
- Namespace System
- Library Aspose.PDF for C++