OracleTimeSpan.Seconds 属性

定义

获取由此实例表示的整秒数。Gets the number of whole seconds represented by this instance.

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

属性值

Int32

此实例的秒部分,在 0 和 59 之间。The second component of this instance between 0 and 59.

适用于