TimeOnly.Second 属性

定义

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

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

属性值

Int32

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

适用于