'Declaration Public Shared Sub SetDateComponent( _ ByVal d As DependencyObject, _ ByVal value As DateComponent _ )
'Usage Dim d As DependencyObject Dim value As DateComponent DateLayoutPanel.SetDateComponent(d, value)
public static void SetDateComponent( DependencyObject d, DateComponent value )
Parameters
- d
- The dependency object to which the attached property is written.
- value
- A DateComponent value representing the portion of the date displayed in the DateLayoutPanel.