طريقة System::Globalization::Calendar::ToDateTime
محتويات
[
يخفي
]Calendar::ToDateTime(int, int, int, int, int, int, int) const method
يُنشئ كائن DateTime من المكونات.
virtual DateTime System::Globalization::Calendar::ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond) const
| معامل | نوع | الوصف |
|---|---|---|
| السنة | int | السنة. |
| الشهر | int | الشهر. |
| اليوم | int | يوم. |
| ساعة | int | ساعة. |
| دقيقة | int | دقيقة. |
| ثانية | int | ثانية. |
| مللي ثانية | int | مللي ثانية. |
ReturnValue
DateTime object that has specified components.
انظر أيضًا
- Class DateTime
- Class Calendar
- Namespace System::Globalization
- Library Aspose.Font for C++
Calendar::ToDateTime(int, int, int, int, int, int, int, int) const method
يُنشئ كائن DateTime من المكونات.
virtual DateTime System::Globalization::Calendar::ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era) const
| معامل | نوع | الوصف |
|---|---|---|
| السنة | int | السنة. |
| الشهر | int | الشهر. |
| اليوم | int | يوم. |
| ساعة | int | ساعة. |
| دقيقة | int | دقيقة. |
| ثانية | int | ثانية. |
| مللي ثانية | int | مللي ثانية. |
| العصر | int | العصر. |
ReturnValue
DateTime object that has specified components.
انظر أيضًا
- Class DateTime
- Class Calendar
- Namespace System::Globalization
- Library Aspose.Font for C++