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

In This Topic
    GetDateTimeAtPoint Method
    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 Windows.Foundation.Point object which specifies location inside control boundaries.

    Return Value

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