System::Globalization::HebrewCalendar::ToDateTime method
Contents
[
Hide
]HebrewCalendar::ToDateTime(int, int, int, int, int, int, int) const method
Constructs DateTime object from components.
virtual DateTime System::Globalization::Calendar::ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond) const
| Parameter | Type | Description | 
|---|---|---|
| year | int | Year. | 
| month | int | Month. | 
| day | int | Day. | 
| hour | int | Hour. | 
| minute | int | Minute. | 
| second | int | Second. | 
| millisecond | int | Millisecond. | 
ReturnValue
DateTime object that has specified components.
See Also
- Class DateTime
- Class HebrewCalendar
- Namespace System::Globalization
- Library Aspose.Page for C++
HebrewCalendar::ToDateTime(int, int, int, int, int, int, int, int) const method
Constructs DateTime object from components.
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 | Description | 
|---|---|---|
| year | int | Year. | 
| month | int | Month. | 
| day | int | Day. | 
| hour | int | Hour. | 
| minute | int | Minute. | 
| second | int | Second. | 
| millisecond | int | Millisecond. | 
| era | int | Era. | 
ReturnValue
DateTime object that has specified components.
See Also
- Class DateTime
- Class HebrewCalendar
- Namespace System::Globalization
- Library Aspose.Page for C++