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 值。

适用于