Interface ISnapService
An service used to snap star/end of appointments during drag/resize.
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public interface ISnapService
Methods
SnapEnd(SnapData, DateTime)
Snaps the end.
Declaration
DateTime SnapEnd(SnapData snapData, DateTime timeToSnap)
Parameters
SnapData
snapData
The snap data. |
System.DateTime
timeToSnap
The time to snap. |
Returns
System.DateTime
|
SnapStart(SnapData, DateTime)
Snaps the start.
Declaration
DateTime SnapStart(SnapData snapData, DateTime timeToSnap)
Parameters
SnapData
snapData
The snap data. |
System.DateTime
timeToSnap
The time to snap. |
Returns
System.DateTime
|