System::DateTimeOffset::operator< metodu

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ğeri temsil edip etmediğini belirler.

bool System::DateTimeOffset::operator<(const DateTimeOffset &other) const
ParametreTürAçıklama
otherconst DateTimeOffset&Geçerli 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


başlık: System::DateTimeOffset::operator> metodu bağlantı başlığı: operator> ikinci başlık: Aspose.Font for C++ açıklama: ‘System::DateTimeOffset::operator> metodu. Mevcut nesnenin, belirtilen DateTimeOffset nesnesi tarafından temsil edilen değerden daha sonraki tarih ve saat değerini temsil edip etmediğini belirler C++‘ta.’ tür: docs ağırlık: 3900 url: /cpp/system/datetimeoffset/operator_/

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

Belirtilen DateTimeOffset nesnesi tarafından temsil edilen değerden daha sonraki tarih ve saat değerini mevcut nesnenin temsil edip etmediğini belirler.

bool System::DateTimeOffset::operator>(const DateTimeOffset &other) const
ParametreTürAçıklama
otherconst DateTimeOffset&Geçerli nesneyle karşılaştırılacak DateTimeOffset nesnesi

ReturnValue

Mevcut 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