'Declaration Public Shared Function GetDateComponent( _ ByVal d As DependencyObject _ ) As DateComponent
'Usage Dim d As DependencyObject Dim value As DateComponent value = DateLayoutPanel.GetDateComponent(d)
public static DateComponent GetDateComponent( DependencyObject d )
Parameters
- d
- The dependency object from which the property value is read. By default, -1.
Return Value
A DateComponent value representing the portion of the data displayed in the DateLayoutPanel.