Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Event

An Event is a structure different than Course or Section that can be placed on a Schedule

It is uniquely identified by its days property

Hierarchy

  • Event

Implements

Index

Constructors

constructor

  • new Event(days: string, display: boolean | number, title?: undefined | string, description?: undefined | string, room?: undefined | string): Event
  • Parameters

    • days: string
    • display: boolean | number
    • Optional title: undefined | string
    • Optional description: undefined | string
    • Optional room: undefined | string

    Returns Event

Properties

Readonly days

days: string

Optional Readonly description

description: undefined | string

Readonly display

display: boolean

Readonly key

key: string

Optional Readonly room

room: undefined | string

Optional Readonly title

title: undefined | string

Methods

copy

has

hash

  • hash(): number

toJSONShort

toTimeArray

Static fromJSONShort

Generated using TypeDoc