System.TimeSpan.TTimeSpan.operator LessThanOrEqual

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class operator LessThanOrEqual(const Left, Right: TTimeSpan): Boolean;

Properties

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

Description

Overloaded <= operator.

operator LessThanOrEqual returns True if the first TTimeSpan value given as a parameter is less than or equal to the second one, False otherwise.

Note: Do not call the LessThanOrEqual operator directly. It is an overload for the <= operator.

See Also