System::TimeZoneInfo::GetUtcOffset method
Contents
[
Hide
]TimeZoneInfo::GetUtcOffset(const DateTimeOffset&) const method
Calculates difference between time in this time zone and UTC time zone for a specified date and time.
TimeSpan System::TimeZoneInfo::GetUtcOffset(const DateTimeOffset &date_time_offset) const
Parameter | Type | Description |
---|---|---|
date_time_offset | const DateTimeOffset& | Date and time. |
ReturnValue
Time difference between time zones.
See Also
- Class TimeSpan
- Class DateTimeOffset
- Class TimeZoneInfo
- Namespace System
- Library Aspose.PDF for C++
TimeZoneInfo::GetUtcOffset(DateTime) const method
Calculates difference between time in this time zone and UTC time zone for a specified date and time.
TimeSpan System::TimeZoneInfo::GetUtcOffset(DateTime date_time) const
Parameter | Type | Description |
---|---|---|
date_time | DateTime | Date and time. |
ReturnValue
Time difference between time zones.
See Also
- Class TimeSpan
- Class DateTime
- Class TimeZoneInfo
- Namespace System
- Library Aspose.PDF for C++