Noda Time
Name Property
NamespacesNodaTimeCalendarSystemName

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

Returns the name of this calendar system. Each kind of calendar system has a unique name, but this does not usually provide enough information for round-tripping. (For example, the name of an Islamic calendar system does not indicate which kind of leap cycle it uses, and other calendars specify the minimum number of days in the first week of a year.)
Declaration Syntax
C#Visual BasicVisual C++
public string Name { get; }
Public ReadOnly Property Name As String
	Get
public:
property String^ Name {
	String^ get ();
}

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