次の方法で共有


SYSTEMTIME.hour プロパティ

定義

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

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

プロパティ値

現在の時を表す short 型の値です。

適用対象