System::TimeSpan::operator+ طريقة
TimeSpan::operator+() const method
يعيد نفسه.
TimeSpan System::TimeSpan::operator+() const
انظر أيضًا
- Class TimeSpan
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++
TimeSpan::operator+(TimeSpan) const method
تُعيد نسخة جديدة من فئة TimeSpan تمثّل فاصلًا زمنيًا هو مجموع الفواصل الزمنية التي تمثّلها الكائنات الحالية والمحددة.
TimeSpan System::TimeSpan::operator+(TimeSpan value) const
| Parameter | Type | الوصف |
|---|---|---|
| value | TimeSpan | كائن TimeSpan الذي يمثل الفاصل الزمني المراد إضافته |
ReturnValue
نسخة جديدة من فئة TimeSpan تمثّل فاصلًا زمنيًا هو مجموع الفواصل الزمنية التي تمثّلها الكائنات الحالية والمحددة.
انظر أيضًا
- Class TimeSpan
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++