Newer Version Available

This content describes an older version of this product. View Latest

UnavailableTimeslot Class

Use this class to pass the unavailable time slots to the lxscheduler.ServiceResourceSchedule class.

Namespace

LxScheduler

UnavailableTimeslot Constructors

The following are constructors for UnavailableTimeslot.

UnavailableTimeslot(timeMin, timeMax)

Creates an instance of lxscheduler.UnavailableTimeslot class.

Signature

public UnavailableTimeslot(Datetime timeMin, Datetime timeMax)

Parameters

timeMin
Type: Datetime
Start time of an unavailable time slot.
timeMax
Type: Datetime
End time of an unavailable time slot.

UnavailableTimeslot Properties

The following are properties for UnavailableTimeslot.

timeMax

End time of an unavailable time slot.

Signature

public Datetime timeMax {get; set;}

Property Value

Type: Datetime

timeMin

Start time of an unavailable time slot.

Signature

public Datetime timeMin {get; set;}

Property Value

Type: Datetime