System.TDateTime.operator >=

From RAD Studio API Documentation
Jump to: navigation, search

C++

bool operator >=(const TDateTime& rhs) const

Properties

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


Description

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

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