'Declaration
Public Shared Function GetMonth( _ ByVal obj As DependencyObject _ ) As Integer
public static int GetMonth( DependencyObject obj )
Parameters
- obj
- The System.Windows.FrameworkElement from which the property value is read.
Return Value
The Month property value of the specified DependencyObject.