SYSTEMTIME.milliseconds 屬性

定義

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

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

屬性值

Int16

short 值,表示目前的毫秒。

適用於