EastAsianLunisolarCalendar.GetMonth(DateTime) メソッド

定義

指定した日付の月を返します。

public:
 override int GetMonth(DateTime time);
public override int GetMonth (DateTime time);
override this.GetMonth : DateTime -> int
Public Overrides Function GetMonth (time As DateTime) As Integer

パラメーター

time
DateTime

読み取る対象の DateTime

戻り値

time パラメーターに指定された月を表す 1 ~ 13 の整数。

適用対象