System.TimeSpan.TTimeSpan.operator UnaryPlus

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

Properties

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

Description

Overloaded unary + operator.

operator UnaryPlus returns the value of the time span given through the parameter.

Note: Do not call the UnaryPlus operator directly. It is an overload for the unary + operator.

See Also