Skip to main content

BootstrapSchedulerRecurrenceInfo Class

#Declaration

TypeScript
class BootstrapSchedulerRecurrenceInfo

#Remarks

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.

#Methods

#getDayNumber Method

#Declaration

TypeScript
getDayNumber(): number

#Returns

Type
number

#getDuration Method

#Declaration

TypeScript
getDuration(): number

#Returns

Type
number

#getEnd Method

#Declaration

TypeScript
getEnd(): Date

#Returns

Type
Date

#getMonth Method

#Declaration

TypeScript
getMonth(): number

#Returns

Type
number

#getOccurrenceCount Method

#Declaration

TypeScript
getOccurrenceCount(): number

#Returns

Type
number

#getPeriodicity Method

#Declaration

TypeScript
getPeriodicity(): number

#Returns

Type
number

#getRange Method

#Declaration

TypeScript

#Returns

Type
BootstrapSchedulerRecurrenceRange

#getRecurrenceType Method

#Declaration

TypeScript

#Returns

Type
BootstrapSchedulerRecurrenceType

#getStart Method

#Declaration

TypeScript
getStart(): Date

#Returns

Type
Date

#getWeekDays Method

#Declaration

TypeScript
getWeekDays(): WeekDays

#Returns

Type
WeekDays

#getWeekOfMonth Method

#Declaration

TypeScript
getWeekOfMonth(): WeekOfMonth

#Returns

Type
WeekOfMonth

#setDayNumber(dayNumber) Method

#Declaration

TypeScript
setDayNumber(
    dayNumber: number
): void

#Parameters

Name Type
dayNumber number

#setDuration(duration) Method

#Declaration

TypeScript
setDuration(
    duration: number
): void

#Parameters

Name Type
duration number

#setEnd(end) Method

#Declaration

TypeScript
setEnd(
    end: Date
): void

#Parameters

Name Type
end Date

#setMonth(month) Method

#Declaration

TypeScript
setMonth(
    month: number
): void

#Parameters

Name Type
month number

#setOccurrenceCount(occurrenceCount) Method

#Declaration

TypeScript
setOccurrenceCount(
    occurrenceCount: number
): void

#Parameters

Name Type
occurrenceCount number

#setPeriodicity(periodicity) Method

#Declaration

TypeScript
setPeriodicity(
    periodicity: number
): void

#Parameters

Name Type
periodicity number

#setRange(range) Method

#Declaration

TypeScript
setRange(
    range: BootstrapSchedulerRecurrenceRange
): void

#Parameters

Name Type
range BootstrapSchedulerRecurrenceRange

#setRecurrenceType(type) Method

#Declaration

TypeScript
setRecurrenceType(
    type: BootstrapSchedulerRecurrenceType
): void

#Parameters

Name Type
type BootstrapSchedulerRecurrenceType

#setStart(start) Method

#Declaration

TypeScript
setStart(
    start: Date
): void

#Parameters

Name Type
start Date

#setWeekDays(weekDays) Method

#Declaration

TypeScript
setWeekDays(
    weekDays: WeekDays
): void

#Parameters

Name Type
weekDays WeekDays

#setWeekOfMonth(weekOfMonth) Method

#Declaration

TypeScript
setWeekOfMonth(
    weekOfMonth: WeekOfMonth
): void

#Parameters

Name Type
weekOfMonth WeekOfMonth