Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / GetDateTimeAtPoint Method
The C1Scheduler control.
The System.Windows.Point object which specifies location inside control boundaries.

In This Topic
    GetDateTimeAtPoint Method (C1Scheduler)
    In This Topic
    Returns the Nullable at the specified location.
    Syntax
    'Declaration
     
    
    Public Shared Function GetDateTimeAtPoint( _
       ByVal scheduler As C1Scheduler, _
       ByVal location As Point _
    ) As Nullable(Of Date)
    public static Nullable<DateTime> GetDateTimeAtPoint( 
       C1Scheduler scheduler,
       Point location
    )

    Parameters

    scheduler
    The C1Scheduler control.
    location
    The System.Windows.Point object which specifies location inside control boundaries.

    Return Value

    Returns System.DateTime value if found; Null - otherwise.
    See Also