System::TimeZoneInfo::IsDaylightSavingTime 메서드
TimeZoneInfo::IsDaylightSavingTime(const DateTimeOffset&) const method
지정된 날짜와 시간이 일광 절약 시간 범위에 해당하는지 확인합니다.
bool System::TimeZoneInfo::IsDaylightSavingTime(const DateTimeOffset &date_time_offset) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| date_time_offset | const DateTimeOffset& | 날짜 및 시간. |
ReturnValue
날짜_시간이 일광 절약 시간이면 True.
또 보기
- Class DateTimeOffset
- Class TimeZoneInfo
- Namespace System
- Library Aspose.Page for C++
TimeZoneInfo::IsDaylightSavingTime(DateTime) const method
지정된 날짜와 시간이 일광 절약 시간 범위에 해당하는지 확인합니다.
bool System::TimeZoneInfo::IsDaylightSavingTime(DateTime date_time) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| date_time | DateTime | 날짜 및 시간. |
ReturnValue
날짜_시간이 일광 절약 시간이면 True.
또 보기
- Class DateTime
- Class TimeZoneInfo
- Namespace System
- Library Aspose.Page for C++