System.TDateTime.operator <=

From RAD Studio API Documentation
Jump to: navigation, search

C++

bool __fastcall operator <=(const TDateTime& rhs) const

Properties

Type Visibility Source Unit Parent
function public systdate.h System TDateTime


Description

Tests whether this TDateTime value is less than or equal to another specified TDateTime value.

The operator <= returns True if this TDateTime object has a value (Val data member) less than or equal to that of the object specified by rhs, or False otherwise.