ig.scheduler.ScheduleDayOfWeekSettings

Encapsulates the workday and working hour settings for a ScheduleResource or a Scheduler control.

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.ScheduleDayOfWeekSettings
    Constructor

    new $.ig.scheduler.ScheduleDayOfWeekSettings( );

    Creates a new instance.

  • dayOfWeek

    .dayOfWeek( );

    Returns the System.DayOfWeek constant which identifies the associated day of the week.

  • isWorkday

    .isWorkday( );

    Determines whether this day of the week is a workday for the associated resource.

    Remarks

    A return value of null indicates that no value has been explicitly set; in this case, the value is resolved by the associated control.

    Setting this property to false causes the ScheduleDayOfWeekSettings.workingHours collection to become inapplicable, i.e., all time slots are considered to fall within non-working hours. as

    Setting this property to true in the case where no working hours are explicitly defined causes the associated day of the week to acquire the working hours as defined at the control level.

  • isWorkday

    .isWorkday( value:boolean );

    Determines whether this day of the week is a workday for the associated resource.

    • value
    • Type:boolean

    Remarks

    A return value of null indicates that no value has been explicitly set; in this case, the value is resolved by the associated control.

    Setting this property to false causes the ScheduleDayOfWeekSettings.workingHours collection to become inapplicable, i.e., all time slots are considered to fall within non-working hours. as

    Setting this property to true in the case where no working hours are explicitly defined causes the associated day of the week to acquire the working hours as defined at the control level.

  • toString

    .toString( );

    Returns the string representation of this object.

  • workingHours

    .workingHours( );
    Return Type:
    ig.scheduler.WorkingHoursCollection
    Return Type Description:
    Returns a WorkingHoursCollection.

    Returns a collection through which working hours can be defined for a resource.

    Remarks

    By default, working hours are defined at a higher level of the property resolution hierarchy.

    Use this collection to override the working hours for the associated resource.

  • workingHours

    .workingHours( value:ig.scheduler.WorkingHoursCollection );
    Return Type:
    ig.scheduler.WorkingHoursCollection
    Return Type Description:
    Returns a WorkingHoursCollection.

    Sets a collection through which working hours can be defined for a resource.

    • value
    • Type:ig.scheduler.WorkingHoursCollection

    Remarks

    By default, working hours are defined at a higher level of the property resolution hierarchy.

    Use this collection to override the working hours for the associated resource.

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