System.TimeSpan.TTimeSpan._op_UnaryPlus
C++
static TTimeSpan __fastcall _op_UnaryPlus(const TTimeSpan &Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.TimeSpan.hpp | System.TimeSpan | TTimeSpan |
Description
Overloaded unary + operator.
op 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.