System::DateTime::operator< yöntemi

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
ParameterTypeAçıklama
otherDateTimeGeç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

DateTime::operator<(std::nullptr_t) const method

bool System::DateTime::operator<(std::nullptr_t) const

Ayrıca Bakınız


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
ParameterTypeAçıklama
otherDateTimeGeç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

DateTime::operator>(std::nullptr_t) const method

bool System::DateTime::operator>(std::nullptr_t) const

Ayrıca Bakınız