Noda Time
Count Property
NamespacesNodaTime.TimeZonesZoneLocalMappingCount

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

Returns the number of results within this mapping: the number of distinct ZonedDateTime values which map to the original LocalDateTime.
Declaration Syntax
C#Visual BasicVisual C++
public int Count { get; }
Public ReadOnly Property Count As Integer
	Get
public:
property int Count {
	int get ();
}

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