System::Globalization::HebrewCalendar::ToDateTime methode
inhoud
[
verbergen
]HebrewCalendar::ToDateTime(int, int, int, int, int, int, int) const method
Construeert DateTime object vanuit componenten.
virtual DateTime System::Globalization::Calendar::ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond) const
| Parameter | Type | Beschrijving |
|---|---|---|
| jaar | int | Jaar. |
| maand | int | Maand. |
| dag | int | Dag. |
| uur | int | Uur. |
| minuut | int | Minuut. |
| seconde | int | Seconde. |
| milliseconde | int | Milliseconde. |
ReturnValue
DateTime object that has specified components.
Zie ook
- Class DateTime
- Class HebrewCalendar
- Namespace System::Globalization
- Library Aspose.Page for C++
HebrewCalendar::ToDateTime(int, int, int, int, int, int, int, int) const method
Construeert DateTime object vanuit componenten.
DateTime System::Globalization::HebrewCalendar::ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era) const override
| Parameter | Type | Beschrijving |
|---|---|---|
| jaar | int | Jaar. |
| maand | int | Maand. |
| dag | int | Dag. |
| uur | int | Uur. |
| minuut | int | Minuut. |
| seconde | int | Seconde. |
| milliseconde | int | Milliseconde. |
| tijdperk | int | Tijdperk. |
ReturnValue
DateTime object that has specified components.
Zie ook
- Class DateTime
- Class HebrewCalendar
- Namespace System::Globalization
- Library Aspose.Page for C++