lastfm.ql
| Constructor | Description |
|---|---|
| DateRange(from, to) |
| Function | Description |
|---|---|
| static fun ofFrom(from) | |
| static fun ofTo(to) | |
| static fun of(from, to) | |
| static fun ofEmpty() |
| Field | Description |
|---|---|
| Optional from | The start date of the range. |
| Optional to | The end date of the range. |