ig.scheduler.WorkingHourTimeRange

Encapsulates a range of time which represents a block of working hours.

Dependencies

jquery-1.4.4.js
infragistics.util.js
infragistics.ext_core.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.ext_web.js
infragistics.dv_core.js
infragistics.dv_jquerydom.js
infragistics.dv_interactivity.js
infragistics.ext_ui.js
The current widget has no options.
The current widget has no events.
  • ig.scheduler.WorkingHourTimeRange
    Constructor

    new $.ig.scheduler.WorkingHourTimeRange( );

    Creates a new instance.

  • ig.scheduler.WorkingHourTimeRange
    Constructor

    new $.ig.scheduler.WorkingHourTimeRange( start:ig.Number, end:ig.Number );

    Creates a new instance.

    • start
    • Type:ig.Number
    • end
    • Type:ig.Number
  • validateEnd

    .validateEnd( value:ig.Number );

    Throws an exception if this instance has been sealed.

    • value
    • Type:ig.Number
  • validateStart

    .validateStart( value:ig.Number );

    Throws an exception if this instance has been sealed.

    • value
    • Type:ig.Number

Copyright © 1996 - 2024 Infragistics, Inc. All rights reserved.