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.Font 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.Font for C++