Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / DayOfMonthValidator Class / GetMonth Method
The System.Windows.FrameworkElement from which the property value is read.

In This Topic
    GetMonth Method (DayOfMonthValidator)
    In This Topic
    Gets the value of the Month attached property for a given DependencyObject.
    Syntax
    '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.
    See Also