TimeOnly.Second Property

Definition

Gets the seconds component of the time represented by this instance.

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

Property Value

A number representing the seconds component of this instance.

Applies to