System::DateTime::operator< yöntemi
İçindekiler
[
Saklamak
]DateTime::operator<(DateTime) const method
Geçerli nesnenin, belirtilen DateTime nesnesi tarafından temsil edilen değerden daha erken bir tarih ve saat değerini temsil edip etmediğini belirler.
bool System::DateTime::operator<(DateTime other) const
| Parameter | Type | Açıklama |
|---|---|---|
| other | DateTime | Geçerli nesneyle karşılaştırılacak DateTime nesnesi |
ReturnValue
Geçerli nesne tarafından temsil edilen tarih ve saat değeri other tarafından temsil edilen değerden daha erken ise doğru, aksi takdirde - yanlış
Ayrıca Bakınız
- Class DateTime
- Class DateTime
- Namespace System
- Library Aspose.Page for C++
DateTime::operator<(std::nullptr_t) const method
bool System::DateTime::operator<(std::nullptr_t) const
Ayrıca Bakınız
- Class DateTime
- Namespace System
- Library Aspose.Page for C++
başlık: System::DateTime::operator> yöntemi linktitle: operator> second_title: Aspose.Page for C++ description: ‘System::DateTime::operator> yöntemi. Geçerli nesnenin, belirtilen DateTime nesnesi tarafından temsil edilen değerden daha sonraki bir tarih ve saat değerini temsil edip etmediğini belirler C++ içinde.’ type: docs ağırlık: 4000 url: /cpp/system/datetime/operator_/
DateTime::operator>(DateTime) const method
Geçerli nesnenin, belirtilen DateTime nesnesi tarafından temsil edilen değerden daha sonraki bir tarih ve saat değerini temsil edip etmediğini belirler.
bool System::DateTime::operator>(DateTime other) const
| Parameter | Type | Açıklama |
|---|---|---|
| other | DateTime | Geçerli nesneyle karşılaştırılacak DateTime nesnesi |
ReturnValue
Geçerli nesne tarafından temsil edilen tarih ve saat değeri other tarafından temsil edilen değerden daha sonraki ise doğru, aksi takdirde - yanlış
Ayrıca Bakınız
- Class DateTime
- Class DateTime
- Namespace System
- Library Aspose.Page for C++
DateTime::operator>(std::nullptr_t) const method
bool System::DateTime::operator>(std::nullptr_t) const
Ayrıca Bakınız
- Class DateTime
- Namespace System
- Library Aspose.Page for C++