言語

SYSTEMTIME.month プロパティ

定義

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

public:
 property short month { short get(); void set(short value); };
public short month { get; set; }
member this.month : int16 with get, set
Public Property month As Short

プロパティ値

現在の月を表す short の値です。

注釈

1月=1、2月=2、というように。

適用対象