BootstrapTimeInterval Class
Declaration
class BootstrapTimeInterval
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
contains(interval) Method
Declaration
contains(
interval: BootstrapTimeInterval
): boolean
Parameters
Returns
equals(interval) Method
Declaration
equals(
interval: BootstrapTimeInterval
): boolean
Parameters
Returns
getAllDay Method
Declaration
getAllDay(): boolean
Returns
getDuration Method
Declaration
getDuration(): number
Returns
getEnd Method
Declaration
getEnd(): Date
Returns
getStart Method
Declaration
getStart(): Date
Returns
intersectsWith(interval) Method
Declaration
intersectsWith(
interval: BootstrapTimeInterval
): boolean
Parameters
Returns
intersectsWithExcludingBounds(interval) Method
Declaration
intersectsWithExcludingBounds(
interval: BootstrapTimeInterval
): boolean
Parameters
Returns
setAllDay(allDayValue) Method
Declaration
setAllDay(
allDayValue: boolean
): void
Parameters
Name |
Type |
allDayValue |
boolean |
setDuration(value) Method
Declaration
setDuration(
value: number
): void
Parameters
setEnd(value) Method
Declaration
setEnd(
value: Date
): void
Parameters
setStart(value) Method
Declaration
setStart(
value: Date
): void
Parameters