Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / DayOfMonthValidator Class / SetMonth Method
The System.Windows.FrameworkElement from which the property value is set.
The Month property value to be set on the specified DependencyObject.

In This Topic
    SetMonth Method (DayOfMonthValidator)
    In This Topic
    Sets the value of the Month attached property for a given DependencyObject.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetMonth( _
       ByVal obj As DependencyObject, _
       ByVal value As Integer _
    ) 
    public static void SetMonth( 
       DependencyObject obj,
       int value
    )

    Parameters

    obj
    The System.Windows.FrameworkElement from which the property value is set.
    value
    The Month property value to be set on the specified DependencyObject.
    See Also