[**delphirtl**](../README.md) • **Docs**

***

[delphirtl](../globals.md) / TDiffDuration

# Interface: TDiffDuration

The difference / duration between 2 dates

## Properties

### days

> **days**: `number`

#### Defined in

[src/dateutils.ts:256](https://github.com/chuacw/delphirtl/blob/b2d86277a5251f0037cf01044224c3e29dc4c6be/src/dateutils.ts#L256)

***

### hours

> **hours**: `number`

#### Defined in

[src/dateutils.ts:257](https://github.com/chuacw/delphirtl/blob/b2d86277a5251f0037cf01044224c3e29dc4c6be/src/dateutils.ts#L257)

***

### minutes

> **minutes**: `number`

#### Defined in

[src/dateutils.ts:258](https://github.com/chuacw/delphirtl/blob/b2d86277a5251f0037cf01044224c3e29dc4c6be/src/dateutils.ts#L258)

***

### months

> **months**: `number`

30 days in a month

#### Defined in

[src/dateutils.ts:255](https://github.com/chuacw/delphirtl/blob/b2d86277a5251f0037cf01044224c3e29dc4c6be/src/dateutils.ts#L255)

***

### seconds

> **seconds**: `number`

#### Defined in

[src/dateutils.ts:259](https://github.com/chuacw/delphirtl/blob/b2d86277a5251f0037cf01044224c3e29dc4c6be/src/dateutils.ts#L259)

***

### years

> **years**: `number`

365 days in a year

#### Defined in

[src/dateutils.ts:250](https://github.com/chuacw/delphirtl/blob/b2d86277a5251f0037cf01044224c3e29dc4c6be/src/dateutils.ts#L250)
