Noda Time
Millisecond Property
NamespacesNodaTimeLocalTimeMillisecond

[This is preliminary documentation and is subject to change.]

Gets the millisecond of this local time within the second, in the range 0 to 999 inclusive.
Declaration Syntax
C#Visual BasicVisual C++
public int Millisecond { get; }
Public ReadOnly Property Millisecond As Integer
	Get
public:
property int Millisecond {
	int get ();
}

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)