System::DateTimeOffset::operator< yöntemi

DateTimeOffset::operator<(const DateTimeOffset&) const method

Geçerli nesnenin, belirtilen DateTimeOffset nesnesi tarafından temsil edilen değerden daha erken bir tarih ve saat değerini temsil edip etmediğini belirler.

bool System::DateTimeOffset::operator<(const DateTimeOffset &other) const
ParameterTypeAçıklama
otherconst DateTimeOffset&Mevcut nesneyle karşılaştırılacak DateTimeOffset 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

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

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

Ayrıca Bakınız


title: System::DateTimeOffset::operator> yöntemi linktitle: operator> second_title: Aspose.Page for C++ description: ‘System::DateTimeOffset::operator> yöntemi. C++‘ta geçerli nesnenin, belirtilen DateTimeOffset nesnesi tarafından temsil edilen değerden daha sonraki bir tarih ve saat değerini temsil edip etmediğini belirler.’ type: docs weight: 3900 url: /cpp/system/datetimeoffset/operator_/

DateTimeOffset::operator>(const DateTimeOffset&) const method

Geçerli nesnenin, belirtilen DateTimeOffset nesnesi tarafından temsil edilen değerden daha sonraki bir tarih ve saat değerini temsil edip etmediğini belirler.

bool System::DateTimeOffset::operator>(const DateTimeOffset &other) const
ParameterTypeAçıklama
otherconst DateTimeOffset&Mevcut nesneyle karşılaştırılacak DateTimeOffset 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

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

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

Ayrıca Bakınız