AppointmentModificationControllerBase.ValidateInterval Method
Name | Parameters | Description |
---|---|---|
ValidateInterval(DateTime, DateTime) static | start, end | Checks whether the specified date and time values produce the valid time interval. |
ValidateInterval(DateTime, TimeSpan, DateTime, TimeSpan) static | startDate, startTime, endDate, endTime | Checks whether the specified date and time values produce the valid time interval. |