metode System::TimeZoneInfo::GetAmbiguousTimeOffsets
isi
[
bersembunyi
]TimeZoneInfo::GetAmbiguousTimeOffsets(const DateTimeOffset&) const method
Mendapatkan tanggal dan waktu UTC yang dapat dipetakan dari tanggal dan waktu yang ditentukan.
ArrayPtr<TimeSpan> System::TimeZoneInfo::GetAmbiguousTimeOffsets(const DateTimeOffset &date_time_offset) const
| Parameter | Tipe | Deskripsi |
|---|---|---|
| date_time_offset | const DateTimeOffset& | Tanggal dan waktu. |
ReturnValue
Array of UTC dates and times.
Lihat Juga
- Typedef ArrayPtr
- Class TimeSpan
- Class DateTimeOffset
- Class TimeZoneInfo
- Namespace System
- Library Aspose.Page for C++
TimeZoneInfo::GetAmbiguousTimeOffsets(DateTime) const method
Mendapatkan tanggal dan waktu UTC yang dapat dipetakan dari tanggal dan waktu yang ditentukan.
ArrayPtr<TimeSpan> System::TimeZoneInfo::GetAmbiguousTimeOffsets(DateTime date_time) const
| Parameter | Tipe | Deskripsi |
|---|---|---|
| date_time | DateTime | Tanggal dan waktu. |
ReturnValue
Array of UTC dates and times.
Lihat Juga
- Typedef ArrayPtr
- Class TimeSpan
- Class DateTime
- Class TimeZoneInfo
- Namespace System
- Library Aspose.Page for C++