다음을 통해 공유


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

속성 값

현재 초를 나타내는 short 값입니다.

적용 대상