# Interface: DateSchedulingInterface (/jsdoc/nqtr/index/interfaces/DateSchedulingInterface)



Defined in: [src/interface/DateSchedulingInterface.ts:1](https://github.com/DRincs-Productions/nqtr/blob/db22fe9e7612d547ff25befcc444cf095348917d/src/interface/DateSchedulingInterface.ts#L1)

## Properties [#properties]

### from [#from]

\> **from**: `number`

Defined in: [src/interface/DateSchedulingInterface.ts:6](https://github.com/DRincs-Productions/nqtr/blob/db22fe9e7612d547ff25befcc444cf095348917d/src/interface/DateSchedulingInterface.ts#L6)

The start date. If the item hasn't started yet, it will be hidden.
If you set it to 3, the item will be hidden on dates 1 and 2 and will be shown starting on date 3.

***

### to? [#to]

\> `optional` &#x2A;*to?**: `number`

Defined in: [src/interface/DateSchedulingInterface.ts:12](https://github.com/DRincs-Productions/nqtr/blob/db22fe9e7612d547ff25befcc444cf095348917d/src/interface/DateSchedulingInterface.ts#L12)

The date when the item ends. If the item is ended yet, it will be deleted or hidden.
If you set \{ from: 0, to: 3 }, the item will be shown into dates 1 and 2 and will be deleted or hidden from date 3.

#### Default [#default]

```ts
undefined
```
