month プロパティ

現在の月を示す値を取得します。

名前空間:  ReportService2006
アセンブリ:  ReportService2006 (ReportService2006.dll)

構文

'宣言
Public Property month As Short
    Get
    Set
'使用
Dim instance As SYSTEMTIME
Dim value As Short

value = instance.month

instance.month = value
public short month { get; set; }
public:
property short month {
    short get ();
    void set (short value);
}
member month : int16 with get, set
function get month () : short
function set month (value : short)

プロパティ値

型: System. . :: . .Int16
現在の月を表す short 型の値です。

説明

1 月 = 1、2 月 = 2 というように返されます。