System::TimeZoneInfo::GetAmbiguousTimeOffsets μέθοδος
περιεχόμενα
[
κρύβω
]TimeZoneInfo::GetAmbiguousTimeOffsets(const DateTimeOffset&) const method
Λαμβάνει τις ημερομηνίες και ώρες UTC στις οποίες μπορεί να αντιστοιχιστεί μια καθορισμένη ημερομηνία και ώρα.
ArrayPtr<TimeSpan> System::TimeZoneInfo::GetAmbiguousTimeOffsets(const DateTimeOffset &date_time_offset) const
| Parameter | Type | Περιγραφή |
|---|---|---|
| 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
| Parameter | Type | Περιγραφή |
|---|---|---|
| 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++