'Declaration Public Shared Function GetDate( _ ByVal obj As DependencyObject _ ) As Date
'Usage Dim obj As DependencyObject Dim value As Date value = TimelinePanel.GetDate(obj)
public static DateTime GetDate( DependencyObject obj )
Parameters
- obj
- The DependencyObject from which the property value is read.
Return Value
The Date property value for the dependency object.