Returns the Nullable<(Of <(<'T>)>)> at the specified location.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public static Nullable<DateTime> GetDateTimeAtPoint( C1Scheduler scheduler, Point location ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetDateTimeAtPoint ( _ scheduler As C1Scheduler, _ location As Point _ ) As Nullable(Of DateTime) |
Parameters
- scheduler
- Type: C1.WPF.C1Schedule..::..C1Scheduler
The C1Scheduler control.
- location
- Type: System.Windows..::..Point
The Point object which specifies location inside control boundaries.