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