System::TimeZoneInfo::GetUtcOffset 메서드
TimeZoneInfo::GetUtcOffset(const DateTimeOffset&) const method
지정된 날짜와 시간에 대해 이 시간대와 UTC 시간대 간의 차이를 계산합니다.
TimeSpan System::TimeZoneInfo::GetUtcOffset(const DateTimeOffset &date_time_offset) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| date_time_offset | const DateTimeOffset& | 날짜 및 시간. |
ReturnValue
시간대 간의 시간 차이.
또 보기
- Class TimeSpan
- Class DateTimeOffset
- Class TimeZoneInfo
- Namespace System
- Library Aspose.Page for C++
TimeZoneInfo::GetUtcOffset(DateTime) const method
지정된 날짜와 시간에 대해 이 시간대와 UTC 시간대 간의 차이를 계산합니다.
TimeSpan System::TimeZoneInfo::GetUtcOffset(DateTime date_time) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| date_time | DateTime | 날짜 및 시간. |
ReturnValue
시간대 간의 시간 차이.
또 보기
- Class TimeSpan
- Class DateTime
- Class TimeZoneInfo
- Namespace System
- Library Aspose.Page for C++