System::TimeZoneInfo::GetUtcOffset metod
TimeZoneInfo::GetUtcOffset(const DateTimeOffset&) const method
Beräknar skillnaden mellan tiden i denna tidszon och UTC‑tidszonen för ett specificerat datum och tid.
TimeSpan System::TimeZoneInfo::GetUtcOffset(const DateTimeOffset &date_time_offset) const
| Parameter | Type | Beskrivning |
|---|---|---|
| date_time_offset | const DateTimeOffset& | Datum och tid. |
ReturnValue
Tidskillnad mellan tidszoner.
Se även
- Class TimeSpan
- Class DateTimeOffset
- Class TimeZoneInfo
- Namespace System
- Library Aspose.Page for C++
TimeZoneInfo::GetUtcOffset(DateTime) const method
Beräknar skillnaden mellan tiden i denna tidszon och UTC‑tidszonen för ett specificerat datum och tid.
TimeSpan System::TimeZoneInfo::GetUtcOffset(DateTime date_time) const
| Parameter | Type | Beskrivning |
|---|---|---|
| date_time | DateTime | Datum och tid. |
ReturnValue
Tidskillnad mellan tidszoner.
Se även
- Class TimeSpan
- Class DateTime
- Class TimeZoneInfo
- Namespace System
- Library Aspose.Page for C++