ig.scheduler.SecondRecurrenceRule

DateRecurrence rule that matches a specific second of the minute.

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

    new $.ig.scheduler.SecondRecurrenceRule( );

    Initializes a new instance of SecondRecurrenceRule object.

  • ig.scheduler.SecondRecurrenceRule
    Constructor

    new $.ig.scheduler.SecondRecurrenceRule( second:number );

    Initializes a new instance of SecondRecurrenceRule object.

    • second
    • Type:number
    • Specifes the second value. Valid values are 0 to 59.
  • equals
    Inherited

    .equals( obj:object );
    Return Type:
    boolean
    Return Type Description:
    True if the object equals this object. False otherwise.

    Overridden. Returns true if the specified object equals this object.

    • obj
    • Type:object
    • Object to compare.
  • getHashCode
    Inherited

    .getHashCode( );
    Return Type:
    number
    Return Type Description:
    Integer hash code value.

    Overridden. Returns the hash code of this object.

  • raisePropertyChangedEvent
    Inherited

    .raisePropertyChangedEvent( propertyName:string );

    Raises the DateRecurrenceRuleBase.propertyChanged event.

    • propertyName
    • Type:string
    • The name of the property whose value has changed.
  • second

    .second( );

    Gets the second value. Valid values are 0 to 59.

  • second

    .second( value:number );

    Sets the second value. Valid values are 0 to 59.

    • value
    • Type:number

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