Noda Time
Milliseconds Property
NamespacesNodaTimePeriodMilliseconds

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

Gets the number of milliseconds within this period.
Declaration Syntax
C#Visual BasicVisual C++
public long Milliseconds { get; }
Public ReadOnly Property Milliseconds As Long
	Get
public:
property long long Milliseconds {
	long long get ();
}
Remarks
This property returns zero both when the property has been explicitly set to zero and when the period does not contain this property.

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