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 ya da aynı 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
Mevcut nesne tarafından temsil edilen tarih ve saat değeri, other tarafından temsil edilen değerle aynı ya da 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++ açıklama: ‘System::DateTime::operator>= yöntemi. Geçerli nesnenin, belirtilen DateTime nesnesi tarafından temsil edilen değerden daha sonraki ya da aynı tarih ve saat değerini temsil edip etmediğini C++‘ta belirler.’ type: docs ağırlık: 4100 url: /cpp/system/datetime/operator_=/
DateTime::operator>=(DateTime) const method
Geçerli nesnenin, belirtilen DateTime nesnesi tarafından temsil edilen değerden daha sonraki ya da aynı 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
Mevcut nesne tarafından temsil edilen tarih ve saat değeri, other tarafından temsil edilen değerle aynı ya da 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++