ToDateTime()
Contents
[
Hide
]KoreanCalendar::ToDateTime(int, int, int, int, int, int, int, int) const method
Constructs DateTime object from components.
DateTime System::Globalization::KoreanCalendar::ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era) const override
Arguments
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. |
Return Value
DateTime object that has specified components.
KoreanCalendar::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
Arguments
Parameter | Type | Description |
---|---|---|
year | int | Year. |
month | int | Month. |
day | int | Day. |
hour | int | Hour. |
minute | int | Minute. |
second | int | Second. |
millisecond | int | Millisecond. |
Return Value
DateTime object that has specified components.
KoreanCalendar::ToDateTime(int, 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, int era) const
Arguments
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. |
Return Value
DateTime object that has specified components.
See Also
- Class DateTime
- Class KoreanCalendar
- Namespace System::Globalization
- Library Aspose.Slides