System::DateTime::operator<= método

DateTime::operator<=(DateTime) const method

Determina si el objeto actual representa el valor de fecha y hora que es anterior o igual al valor representado por el objeto DateTime especificado.

bool System::DateTime::operator<=(DateTime other) const
ParámetroTipoDescripción
otherDateTimeEl objeto DateTime con el que comparar el objeto actual

ReturnValue

Verdadero si el valor de fecha y hora representado por el objeto actual es anterior o igual al valor representado por other, de lo contrario - falso

Ver también

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

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

Ver también


título: System::DateTime::operator>= método linktitle: operator>= second_title: Aspose.Page para C++ descripción: ‘System::DateTime::operator>= método. Determina si el objeto actual representa el valor de fecha y hora que es posterior o igual al valor representado por el objeto DateTime especificado en C++.’ type: docs peso: 4100 url: /cpp/system/datetime/operator_=/

DateTime::operator>=(DateTime) const method

Determina si el objeto actual representa el valor de fecha y hora que es posterior o igual al valor representado por el objeto DateTime especificado.

bool System::DateTime::operator>=(DateTime other) const
ParámetroTipoDescripción
otherDateTimeEl objeto DateTime con el que comparar el objeto actual

ReturnValue

Verdadero si el valor de fecha y hora representado por el objeto actual es posterior o igual al valor representado por other, de lo contrario - falso

Ver también

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

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

Ver también