TimeOnly.Millisecond Property

Definition

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

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

Property Value

A number representing the millisecond component of this TimeOnly.

Applies to