System.TimeSpan.TTimeSpan.operator +

De RAD Studio API Documentation
Aller à : navigation, rechercher

C++

TTimeSpan __fastcall operator+(const TTimeSpan& __rhs) { return TTimeSpan::_op_Addition(*this, __rhs); };
System::TDateTime __fastcall operator+(const System::TDateTime& __rhs) { return TTimeSpan::_op_Addition(*this, __rhs); };
TTimeSpan __fastcall operator+() { return TTimeSpan::_op_UnaryPlus(*this); };

Propriétés

Type Visibilité  Source Unité  Parent
function public System.TimeSpan.hpp System.TimeSpan TTimeSpan

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !