System::Globalization::Calendar::ToDateTime methode

Calendar::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

Calendar::ToDateTime(int, 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, int era) const
ParameterTypeBeschrijving
jaarintJaar.
maandintMaand.
dagintDag.
uurintUur.
minuutintMinuut.
secondeintSeconde.
millisecondeintMilliseconde.
tijdperkintTijdperk.

ReturnValue

DateTime object that has specified components.

Zie ook