TimeOnly.Second 属性

定义

获取此实例表示的时间的秒部分。

public:
 property int Second { int get(); };
public int Second { get; }
member this.Second : int
Public ReadOnly Property Second As Integer

属性值

表示此实例的秒部分的数字。

适用于