System.TimeSpan.TTimeSpan.operator UnaryNegation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class operator Negative(const Value: TTimeSpan): TTimeSpan;

Properties

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

Description

Overloaded unary - operator.

operator UnaryNegation returns the negated value of the time span given through the parameter.

Note: Do not call the UnaryNegation operator directly. It is an overload for the unary - operator.

See Also