System.TimeSpan.TTimeSpan.operator -

From RAD Studio API Documentation
Jump to: navigation, search

C++

TTimeSpan __fastcall operator-(const TTimeSpan& __rhs) { return TTimeSpan::_op_Subtraction(*this, __rhs); };
TTimeSpan __fastcall operator-() { return TTimeSpan::_op_UnaryNegation(*this); };

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.