ComponentOne Scheduler for WPF and Silverlight
SetMonth Method

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.
Sets the value of the Month attached property for a given DependencyObject.
Syntax
'Declaration
 
Public Shared Sub SetMonth( _
   ByVal obj As System.Windows.DependencyObject, _
   ByVal value As System.Integer _
) 
public static void SetMonth( 
   System.Windows.DependencyObject obj,
   System.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

Reference

DayOfMonthValidator Class
DayOfMonthValidator Members