Gets the 4 digit year 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 Year { get; }
Visual Basic
Public ReadOnly Property Year As String
	Get
Visual C++
public:
property String^ Year {
	String^ get ();
}

See Also