System.TimeSpan.TTimeSpan.operator +

提供: RAD Studio API Documentation
移動先: 案内検索

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); };

プロパティ

種類 可視性 ソース ユニット
function public System.TimeSpan.hpp System.TimeSpan TTimeSpan

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。