System::DateTime::operator<= method
محتويات
[
يخفي
]DateTime::operator<=(DateTime) const method
يحدّد ما إذا كان الكائن الحالي يمثل قيمة التاريخ والوقت التي هي أسبق أو مساوية للقيمة التي يمثلها الكائن DateTime المحدد.
bool System::DateTime::operator<=(DateTime other) const
| معامل | نوع | الوصف |
|---|---|---|
| other | DateTime | الكائن DateTime للمقارنة مع الكائن الحالي |
ReturnValue
صحيح إذا كانت قيمة التاريخ والوقت التي يمثلها الكائن الحالي أسبق أو مساوية للقيمة التي يمثلها other، وإلا - خطأ
انظر أيضًا
- Class DateTime
- Class DateTime
- Namespace System
- Library Aspose.Font for C++
DateTime::operator<=(std::nullptr_t) const method
bool System::DateTime::operator<=(std::nullptr_t) const
انظر أيضًا
- Class DateTime
- Namespace System
- Library Aspose.Font for C++
title: System::DateTime::operator>= method عنوان_الرابط: operator>= العنوان_الثاني: Aspose.Font for C++ description: ‘System::DateTime::operator>= method. يحدّد ما إذا كان الكائن الحالي يمثل قيمة التاريخ والوقت التي هي لاحقة أو مساوية للقيمة التي يمثلها كائن DateTime المحدد في C++.’ النوع: docs weight: 4100 url: /cpp/system/datetime/operator_=/
DateTime::operator>=(DateTime) const method
يحدّد ما إذا كان الكائن الحالي يمثل قيمة التاريخ والوقت التي هي لاحقة أو مساوية للقيمة التي يمثلها الكائن DateTime المحدد.
bool System::DateTime::operator>=(DateTime other) const
| معامل | نوع | الوصف |
|---|---|---|
| other | DateTime | الكائن DateTime للمقارنة مع الكائن الحالي |
ReturnValue
صحيح إذا كانت قيمة التاريخ والوقت التي يمثلها الكائن الحالي لاحقة أو مساوية للقيمة التي يمثلها other، وإلا - خطأ
انظر أيضًا
- Class DateTime
- Class DateTime
- Namespace System
- Library Aspose.Font for C++
DateTime::operator>=(std::nullptr_t) const method
bool System::DateTime::operator>=(std::nullptr_t) const
انظر أيضًا
- Class DateTime
- Namespace System
- Library Aspose.Font for C++