'Declaration Public Shared Function GetDateComponent( _ ByVal obj As DependencyObject _ ) As DateComponent
'Usage Dim obj As DependencyObject Dim value As DateComponent value = DateLayoutPanel.GetDateComponent(obj)
public static DateComponent GetDateComponent( DependencyObject obj )
Parameters
- obj
Return Value
A DateComponent value representing the portion of the data displayed in the DateLayoutPanel.