OracleTimeSpan.Milliseconds Property

Definition

Gets the number of whole milliseconds represented by this instance.

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

Property Value

The millisecond component of this instance between 0 and 999.

Applies to