System::TimeZoneInfo::GetUtcOffset 메서드

TimeZoneInfo::GetUtcOffset(const DateTimeOffset&) const method

지정된 날짜와 시간에 대해 이 시간대와 UTC 시간대 간의 차이를 계산합니다.

TimeSpan System::TimeZoneInfo::GetUtcOffset(const DateTimeOffset &date_time_offset) const
매개변수형식설명
date_time_offsetconst DateTimeOffset&날짜 및 시간.

ReturnValue

시간대 간의 시간 차이.

또 보기

TimeZoneInfo::GetUtcOffset(DateTime) const method

지정된 날짜와 시간에 대해 이 시간대와 UTC 시간대 간의 차이를 계산합니다.

TimeSpan System::TimeZoneInfo::GetUtcOffset(DateTime date_time) const
매개변수형식설명
date_timeDateTime날짜 및 시간.

ReturnValue

시간대 간의 시간 차이.

또 보기