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

属性值

一个表示当前毫秒数的 short 值。

适用于