次の方法で共有


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 というように返されます。

適用対象