Sets the value of the Month attached property for a given DependencyObject.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public static void SetMonth( DependencyObject obj, int value ) |
Visual Basic (Declaration) |
---|
Public Shared Sub SetMonth ( _ obj As DependencyObject, _ value As Integer _ ) |
Parameters
- obj
- Type: System.Windows..::..DependencyObject
The FrameworkElement from which the property value is set.
- value
- Type: System..::..Int32
The Month property value to be set on the specified DependencyObject.