SYSTEMTIME.second 屬性

定義

取得值,這個值會指定目前的秒鐘。

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

屬性值

Int16

short 值,表示目前的秒鐘。

適用於