System::Globalization::TaiwanCalendar::ToDateTime methode

TaiwanCalendar::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
ParameterTypeBeschrijving
jaarintJaar.
maandintMaand.
dagintDag.
uurintUur.
minuutintMinuut.
secondeintSeconde.
millisecondeintMilliseconde.

ReturnValue

DateTime object that has specified components.

Zie ook

TaiwanCalendar::ToDateTime(int, int, int, int, int, int, int, int) const method

Construeert DateTime object vanuit componenten.

DateTime System::Globalization::TaiwanCalendar::ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era) const override
ParameterTypeBeschrijving
jaarintJaar.
maandintMaand.
dagintDag.
uurintUur.
minuutintMinuut.
secondeintSeconde.
millisecondeintMilliseconde.
tijdperkintTijdperk.

ReturnValue

DateTime object that has specified components.

Zie ook