Returns a DateTime that is set to the specified date, time, and era.
- year
- An integer that represents the year.
- month
- An integer from 1 through 13 that represents the month.
- day
- An integer from 1 through 31 that represents the day.
- hour
- An integer from 0 through 23 that represents the hour.
- minute
- An integer from 0 through 59 that represents the minute.
- second
- An integer from 0 through 59 that represents the second.
- millisecond
- An integer from 0 through 999 that represents the millisecond.
- era
- An integer that represents the era.
A DateTime that is set to the specified date, time, and era.
The EastAsianLunisolarCalendar.ToDateTime(int, int, int, int, int, int, int, int) method can convert any date in the current calendar to a Gregorian calendar date. The Gregorian date can subsequently be used, for example, to compare dates in different calendars or create an equivalent date in a particular calendar.