バージョン

Month プロパティ (SmartDate)

現在の DateTime 値の月の部分 (1~12) を取得します。
シンタックス
'宣言
 
Public Property Month As Integer
public int Month {get; set;}
例外
例外解説
System.NullReferenceExceptionSmartDate が空のとき (IsEmpty が True を返す場合に指定) スローします。
System.ArgumentOutOfRangeExceptionMonth を有効範囲 (1~12) 外の値に設定した場合、または Day が新しい指定の月の最大日数より大きくなる値に Month を設定したときにスローします。
参照