Gets the value of the Month attached property for a given DependencyObject.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public static int GetMonth(
	DependencyObject obj
)
Visual Basic (Declaration)
Public Shared Function GetMonth ( _
	obj As DependencyObject _
) As Integer

Parameters

obj
Type: System.Windows..::..DependencyObject
The FrameworkElement from which the property value is read.

Return Value

The Month property value of the specified DependencyObject.

See Also