System::Globalization::HebrewCalendar::ToDateTime メソッド

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

コンポーネントから DateTime オブジェクトを構築します。

virtual DateTime System::Globalization::Calendar::ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond) const
パラメーター説明
int年。
int月。
int日。
int時。
int分。
int秒。
ミリ秒intミリ秒。

ReturnValue

DateTime object that has specified components.

参照

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

コンポーネントから DateTime オブジェクトを構築します。

DateTime System::Globalization::HebrewCalendar::ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era) const override
パラメーター説明
int年。
int月。
int日。
int時。
int分。
int秒。
ミリ秒intミリ秒。
時代int時代。

ReturnValue

DateTime object that has specified components.

参照