طريقة System::TimeZoneInfo::IsDaylightSavingTime
TimeZoneInfo::IsDaylightSavingTime(const DateTimeOffset&) const method
يتحقق مما إذا كان التاريخ والوقت المحددان يقعان ضمن نطاق التوقيت الصيفي.
bool System::TimeZoneInfo::IsDaylightSavingTime(const DateTimeOffset &date_time_offset) const
| Parameter | Type | الوصف |
|---|---|---|
| date_time_offset | const DateTimeOffset& | التاريخ والوقت. |
ReturnValue
صحيح إذا كان date_time ضمن التوقيت الصيفي.
انظر أيضًا
- Class DateTimeOffset
- Class TimeZoneInfo
- Namespace System
- Library Aspose.Page for C++
TimeZoneInfo::IsDaylightSavingTime(DateTime) const method
يتحقق مما إذا كان التاريخ والوقت المحددان يقعان ضمن نطاق التوقيت الصيفي.
bool System::TimeZoneInfo::IsDaylightSavingTime(DateTime date_time) const
| Parameter | Type | الوصف |
|---|---|---|
| date_time | DateTime | التاريخ والوقت. |
ReturnValue
صحيح إذا كان date_time ضمن التوقيت الصيفي.
انظر أيضًا
- Class DateTime
- Class TimeZoneInfo
- Namespace System
- Library Aspose.Page for C++