'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.