طريقة System::Globalization::Calendar::AddSeconds
Calendar::AddSeconds method
يضيف ثوانٍ إلى نقطة الوقت.
virtual DateTime System::Globalization::Calendar::AddSeconds(DateTime time, int seconds) const
| Parameter | Type | الوصف |
|---|---|---|
| الوقت | DateTime | قيمة النقطة الزمنية الأصلية. |
| ثوانٍ | int | عدد الثواني للإضافة. |
ReturnValue
نقطة الوقت بعد الانتهاء من الحساب.
انظر أيضًا
- Class DateTime
- Class Calendar
- Namespace System::Globalization
- Library Aspose.Page for C++