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
यदि date_time अस्पष्ट है तो 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
यदि date_time अस्पष्ट है तो true।
संबंधित देखें
- Class DateTime
- Class TimeZoneInfo
- Namespace System
- Library Aspose.Page for C++