ig.excel.DatePeriodFilter

Represents a filter which can filter dates in a specific period.

Remarks

This filter allows dates to be filtered in if they are in a specific month or quarter of any year.

Dependencies

jquery-1.4.4.js
infragistics.util.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.ext_core.js
infragistics.documents.core_core.js
infragistics.ext_ui.js
The current widget has no options.
The current widget has no events.
  • type

    .type( );
    Return Type:
    ig.excel.DatePeriodFilterType
    Return Type Description:
    Month to filter in dates in a specific month of any year; Quarter to filter in dates in a specific quarter of any year.

    Gets the type of date period to filter in.

    Exceptions

    Exception Description
    ig.excel.InvalidEnumArgumentException The value assigned is not defined in the DatePeriodFilterType enumeration.
    ig.ArgumentException The value assigned is Quarter and the DatePeriodFilter.value is less than 1 or greater than 4 or the value assigned is Month and the Value is less than 1 or greater than 12.
  • type

    .type( value:ig.excel.DatePeriodFilterType );
    Return Type:
    ig.excel.DatePeriodFilterType
    Return Type Description:
    Month to filter in dates in a specific month of any year; Quarter to filter in dates in a specific quarter of any year.

    Sets the type of date period to filter in.

    • value
    • Type:ig.excel.DatePeriodFilterType

    Exceptions

    Exception Description
    ig.excel.InvalidEnumArgumentException The value assigned is not defined in the DatePeriodFilterType enumeration.
    ig.ArgumentException The value assigned is Quarter and the DatePeriodFilter.value is less than 1 or greater than 4 or the value assigned is Month and the Value is less than 1 or greater than 12.
  • value

    .value( );
    Return Type:
    number
    Return Type Description:
    The 1-based value of the month or quarter to filter in.

    Gets the 1-based value of the month or quarter to filter in.

    Exceptions

    Exception Description
    ig.ArgumentException DatePeriodFilter.type is Quarter and the value assigned is less than 1 or greater than 4 or Type is Month and the value assigned is less than 1 or greater than 12.

    Remarks

    If the DatePeriodFilter.type is Month, a Value of 1 indicates January, 2 indicates February, and so on. If Type is Quarter, a Value of 1 indicates Quarter 1, and so on.

  • value

    .value( value:number );
    Return Type:
    number
    Return Type Description:
    The 1-based value of the month or quarter to filter in.

    Sets the 1-based value of the month or quarter to filter in.

    • value
    • Type:number

    Exceptions

    Exception Description
    ig.ArgumentException DatePeriodFilter.type is Quarter and the value assigned is less than 1 or greater than 4 or Type is Month and the value assigned is less than 1 or greater than 12.

    Remarks

    If the DatePeriodFilter.type is Month, a Value of 1 indicates January, 2 indicates February, and so on. If Type is Quarter, a Value of 1 indicates Quarter 1, and so on.

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