[]
        
(Showing Draft Content)

C1.WPF.Schedule.C1Scheduler.GetDateTimeAtPoint

GetDateTimeAtPoint Method

GetDateTimeAtPoint(C1Scheduler, Point)

Returns the Nullable<T> at the specified location.

Declaration
public static DateTime? GetDateTimeAtPoint(C1Scheduler scheduler, Point location)
Parameters
Type Name Description
C1Scheduler scheduler

The C1Scheduler control.

Point location

The Point object which specifies location inside control boundaries.

Returns
Type Description
DateTime?

Returns DateTime value if found; Null - otherwise.