'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.