Méthode System::Globalization::HebrewCalendar::ToDateTime

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

Construit l’objet DateTime à partir des composants.

virtual DateTime System::Globalization::Calendar::ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond) const
ParamètreTypeDescription
annéeintAnnée.
moisintMois.
jourintJour.
heureintHeure.
minuteintMinute.
secondeintSeconde.
millisecondeintMilliseconde.

ReturnValue

DateTime object that has specified components.

Voir aussi

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

Construit l’objet DateTime à partir des composants.

DateTime System::Globalization::HebrewCalendar::ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era) const override
ParamètreTypeDescription
annéeintAnnée.
moisintMois.
jourintJour.
heureintHeure.
minuteintMinute.
secondeintSeconde.
millisecondeintMilliseconde.
èreintÈre.

ReturnValue

DateTime object that has specified components.

Voir aussi