| Constructor Summary |
|---|
MultipleFilterCollection()
Constructs one new instance. |
| Property Getters/Setters Summary | ||
|---|---|---|
function | getCount() | |
function | getMatchBlank() | |
function | setMatchBlank(value) | |
| Indicates whether to filter by blank. | ||
function | get(index) | |
DateTimeGroupItem or a simple object.
|
||
| Method Summary | ||
|---|---|---|
function | add(type, year, month, day) | |
function | add(type, year, month, day, hour, minute, second) | |
function | add(filter) | |
Adds string filter.
|
||
function | iterator() | |
function MultipleFilterCollection()
function getCount()
function getMatchBlank() / function setMatchBlank(value)
function get(index)
index - function add(filter)
filter: String - The filter data.function add(type, year, month, day)
type - A DateTimeGroupingType value.function add(type, year, month, day, hour, minute, second)
type - A DateTimeGroupingType value.function iterator()