Gets the 2 digit month value as a string.

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

Syntax

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

See Also