System.TimeSpan.TTimeSpan._op_UnaryNegation

From RAD Studio API Documentation
Jump to: navigation, search

C++

static TTimeSpan __fastcall _op_UnaryNegation(const TTimeSpan &Value);

Properties

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

Description

Overloaded unary - operator.

op 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