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++