Bexel Manager API Documentation
|
Represents altered work times that occur on a regular schedule. (e.g. every week, every month, every second year). More...
Public Member Functions | |
IEnumerable< DateTime > | GetOccurrences () |
Returns a collection of all occurrences of a calendar exception. More... | |
Public Member Functions inherited from Bexel.Api.IdentifiableApiObject< CalendarExceptionID > | |
bool | Equals (IdentifiableApiObject< TId > other) |
override bool | Equals (object obj) |
override int | GetHashCode () |
Properties | |
override CalendarExceptionID | ID [get] |
Returns a unique identifier for the calendar exception within a single schedule. More... | |
override bool | IsValid [get] |
string | Name [get] |
Returns the name of the calendar exception. More... | |
IEnumerable< int > | WorkingHours [get] |
Returns a collection of all working hours within the calendar exception. More... | |
DateTime | StartDate [get] |
Returns the start date of the calendar exception. More... | |
DateTime | FinishDate [get] |
Returns the finish date of the calendar exception. More... | |
Properties inherited from Bexel.Api.IdentifiableApiObject< CalendarExceptionID > | |
abstract TId | ID [get] |
Additional Inherited Members | |
Static Public Member Functions inherited from Bexel.Api.IdentifiableApiObject< CalendarExceptionID > | |
static bool | operator== (IdentifiableApiObject< TId > left, IdentifiableApiObject< TId > right) |
static bool | operator!= (IdentifiableApiObject< TId > left, IdentifiableApiObject< TId > right) |
Represents altered work times that occur on a regular schedule. (e.g. every week, every month, every second year).
IEnumerable<DateTime> Bexel.Api.Scheduling.CalendarException.GetOccurrences | ( | ) |
Returns a collection of all occurrences of a calendar exception.
|
get |
Returns the finish date of the calendar exception.
|
get |
Returns a unique identifier for the calendar exception within a single schedule.
|
get |
Returns the name of the calendar exception.
|
get |
Returns the start date of the calendar exception.
|
get |
Returns a collection of all working hours within the calendar exception.