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