System.TimeSpan.TTimeSpan._op_GreaterThanOrEqual

From RAD Studio API Documentation
Jump to: navigation, search

C++

static bool __fastcall _op_GreaterThanOrEqual(const TTimeSpan &Left, const TTimeSpan &Right);

Properties

Type Visibility Source Unit Parent
function public System.TimeSpan.hpp System.TimeSpan TTimeSpan

Description

Overloaded >= operator.

op GreaterThanOrEqual returns True if the first TTimeSpan value given as a parameter is greater than or equal to the second one, and False otherwise.


Note: Do not call the GreaterThanOrEqual operator directly. It is an overload for the >= operator.

See Also