Gets the full month name.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string MonthName { get; }
Visual Basic
Public ReadOnly Property MonthName As String
	Get
Visual C++
public:
property String^ MonthName {
	String^ get ();
}

See Also