BootstrapSchedulerAppointment Class
Declaration
class BootstrapSchedulerAppointment
IMPORTANT
Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.
Properties
appointmentId Property
Declaration
readonly appointmentId: string
Property Value
appointmentType Property
Declaration
readonly appointmentType: BootstrapSchedulerAppointmentType
Property Value
interval Property
Declaration
readonly interval: BootstrapTimeInterval | null
Property Value
labelIndex Property
Declaration
readonly labelIndex: number
Property Value
resources Property
Declaration
readonly resources: string[]
Property Value
statusIndex Property
Declaration
readonly statusIndex: number
Property Value
Methods
addResource(resourceId) Method
Declaration
addResource(
resourceId: Object
): void
Parameters
Name |
Type |
resourceId |
Object |
getAllDay Method
Declaration
getAllDay(): boolean
Returns
getAppointmentType Method
Declaration
getAppointmentType(): BootstrapSchedulerAppointmentType
Returns
getDescription Method
Declaration
getDescription(): string
Returns
getDuration Method
Declaration
getDuration(): number
Returns
getEnd Method
Declaration
getEnd(): Date
Returns
getId Method
Declaration
getId(): any
Returns
getLabelId Method
Declaration
getLabelId(): number
Returns
getLocation Method
Declaration
getLocation(): string
Returns
getRecurrenceInfo Method
Declaration
getRecurrenceInfo(): BootstrapSchedulerRecurrenceInfo | null
Returns
getRecurrencePattern Method
Declaration
getRecurrencePattern(): BootstrapSchedulerAppointment | null
Returns
getResource(index) Method
Declaration
getResource(
index: number
): any
Parameters
Returns
getStart Method
Declaration
getStart(): Date
Returns
getStatusId Method
Declaration
getStatusId(): number
Returns
getSubject Method
Declaration
getSubject(): string
Returns
setAllDay(allDay) Method
Declaration
setAllDay(
allDay: boolean
): void
Parameters
setAppointmentType(type) Method
Declaration
setAppointmentType(
type: BootstrapSchedulerAppointmentType
): void
Parameters
setDescription(description) Method
Declaration
setDescription(
description: string
): void
Parameters
Name |
Type |
description |
string |
setDuration(duration) Method
Declaration
setDuration(
duration: number
): void
Parameters
Name |
Type |
duration |
number |
setEnd(end) Method
Declaration
setEnd(
end: Date
): void
Parameters
setId(id) Method
Declaration
setId(
id: any
): void
Parameters
setLabelId(statusId) Method
Declaration
setLabelId(
statusId: number
): void
Parameters
Name |
Type |
statusId |
number |
setLocation(location) Method
Declaration
setLocation(
location: string
): void
Parameters
Name |
Type |
location |
string |
setRecurrenceInfo(recurrenceInfo) Method
Declaration
setRecurrenceInfo(
recurrenceInfo: BootstrapSchedulerRecurrenceInfo
): void
Parameters
setStart(start) Method
Declaration
setStart(
start: Date
): void
Parameters
setStatusId(statusId) Method
Declaration
setStatusId(
statusId: number
): void
Parameters
Name |
Type |
statusId |
number |
setSubject(subject) Method
Declaration
setSubject(
subject: string
): void
Parameters