System::Globalization::ThaiBuddhistCalendar::ToDateTime metode

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

Membuat objek DateTime dari komponen.

virtual DateTime System::Globalization::Calendar::ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond) const
ParameterTipeDeskripsi
tahunintTahun.
bulanintBulan.
hariintHari.
jamintJam.
menitintMenit.
detikintDetik.
milidetikintMilidetik.

ReturnValue

DateTime object that has specified components.

Lihat Juga

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

Membuat objek DateTime dari komponen.

DateTime System::Globalization::ThaiBuddhistCalendar::ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era) const override
ParameterTipeDeskripsi
tahunintTahun.
bulanintBulan.
hariintHari.
jamintJam.
menitintMenit.
detikintDetik.
milidetikintMilidetik.
eraintEra.

ReturnValue

DateTime object that has specified components.

Lihat Juga