Open main menu

RAD Studio API Documentation β

System.TimeSpan.TTimeSpan.operator UnaryPlus

Delphi

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