System::TimeZoneInfo::GetAmbiguousTimeOffsets method
Contents
[
Hide
]TimeZoneInfo::GetAmbiguousTimeOffsets(const DateTimeOffset&) const method
Gets UTC dates and times that a specified date and time can be mapped to.
ArrayPtr<TimeSpan> System::TimeZoneInfo::GetAmbiguousTimeOffsets(const DateTimeOffset &date_time_offset) const
Parameter | Type | Description |
---|---|---|
date_time_offset | const DateTimeOffset& | Date and time. |
ReturnValue
Array of UTC dates and times.
See Also
- Typedef ArrayPtr
- Class TimeSpan
- Class DateTimeOffset
- Class TimeZoneInfo
- Namespace System
- Library Aspose.TeX for C++
TimeZoneInfo::GetAmbiguousTimeOffsets(DateTime) const method
Gets UTC dates and times that a specified date and time can be mapped to.
ArrayPtr<TimeSpan> System::TimeZoneInfo::GetAmbiguousTimeOffsets(DateTime date_time) const
Parameter | Type | Description |
---|---|---|
date_time | DateTime | Date and time. |
ReturnValue
Array of UTC dates and times.
See Also
- Typedef ArrayPtr
- Class TimeSpan
- Class DateTime
- Class TimeZoneInfo
- Namespace System
- Library Aspose.TeX for C++