Class NextAvailableTimeHelper
NextAvailableTimeHelper for identifying non-conflicting times for all associates in an appointment
Namespace: SuperOffice.CRM.Data.Util
Assembly: SoDataBase.dll
Syntax
public class NextAvailableTimeHelper : Object
Constructors
NextAvailableTimeHelper(Int32[], DateTime, DateTime, Int32, Boolean)
NextAvailableTimeHelper for identifying non-conflicting times for all associates in an appointment
Declaration
public NextAvailableTimeHelper(int[] associates, DateTime startTime, DateTime endTime, int count, bool isAllDayEvent)
Parameters
Type | Name | Description |
---|---|---|
Int32[] | associates | |
DateTime | startTime | |
DateTime | endTime | |
Int32 | count | |
Boolean | isAllDayEvent |
Methods
GetAppointmentTimeType()
Obtain type (i.e. NextAvailableTimeHelper.AppointmentTimeType) of appointment.
Declaration
public NextAvailableTimeHelper.AppointmentTimeType GetAppointmentTimeType()
Returns
Type | Description |
---|---|
NextAvailableTimeHelper.AppointmentTimeType | Type of appointment. |
GetItems()
NextAvailableTimeHelper for identifying non-conflicting times for all associates in an appointment
Declaration
public NextAvailableTimeInfo[] GetItems()
Returns
Type | Description |
---|---|
NextAvailableTimeInfo[] |
Extension Methods
EnumUtil.MapEnums<From, To>(From)