Navigates the C1Scheduler control to the nearest
Appointment.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public bool NavigateToAppointment( bool previous, Nullable<DateTime> startTime ) |
Visual Basic (Declaration) |
---|
Public Function NavigateToAppointment ( _ previous As Boolean, _ startTime As Nullable(Of DateTime) _ ) As Boolean |
Parameters
- previous
- Type: System..::..Boolean
If true, means the backward direction; forward direction otherwise.
- startTime
- Type: System..::..Nullable<(Of <(<'DateTime>)>)>
The start DateTime point. If this parameter has no value, navigation will be performed starting from the SelectedDateTime property value.