Gets the day of the month on which the item occurs.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public int DayOfMonth { get; }
Visual Basic
Public ReadOnly Property DayOfMonth As Integer
	Get
Visual C++
public:
property int DayOfMonth {
	int get ();
}

See Also