System::Globalization::HebrewCalendar::ToDateTime yöntemi
İçindekiler
[
Saklamak
]HebrewCalendar::ToDateTime(int, int, int, int, int, int, int) const method
Bileşenlerden DateTime nesnesi oluşturur.
virtual DateTime System::Globalization::Calendar::ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond) const
| Parametre | Tür | Açıklama |
|---|---|---|
| yıl | int | Yıl. |
| ay | int | Ay. |
| gün | int | Gün. |
| saat | int | Saat. |
| dakika | int | Dakika. |
| saniye | int | Saniye. |
| milisaniye | int | Milisaniye. |
ReturnValue
DateTime object that has specified components.
Ayrıca Bakınız
- Class DateTime
- Class HebrewCalendar
- Namespace System::Globalization
- Library Aspose.Font for C++
HebrewCalendar::ToDateTime(int, int, int, int, int, int, int, int) const method
Bileşenlerden DateTime nesnesi oluşturur.
DateTime System::Globalization::HebrewCalendar::ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era) const override
| Parametre | Tür | Açıklama |
|---|---|---|
| yıl | int | Yıl. |
| ay | int | Ay. |
| gün | int | Gün. |
| saat | int | Saat. |
| dakika | int | Dakika. |
| saniye | int | Saniye. |
| milisaniye | int | Milisaniye. |
| çağ | int | Çağ. |
ReturnValue
DateTime object that has specified components.
Ayrıca Bakınız
- Class DateTime
- Class HebrewCalendar
- Namespace System::Globalization
- Library Aspose.Font for C++