다음을 통해 공유


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 값입니다.

적용 대상