'Declaration Public Shared Sub SetDateComponent( _ ByVal obj As DependencyObject, _ ByVal value As DateComponent _ )
'Usage Dim obj As DependencyObject Dim value As DateComponent DateLayoutPanel.SetDateComponent(obj, value)
public static void SetDateComponent( DependencyObject obj, DateComponent value )
Parameters
- obj
- value
- A DateComponent value representing the portion of the date displayed in the DateLayoutPanel.