# ParsedIsoDate

A calendar date decomposed into its numeric parts plus the epoch milliseconds of its UTC
midnight.

## Properties

### day 

• **day**: *number*

*Defined in [src/license/vendor/utils.ts:43](https://github.com/handsontable/hyperformula/blob/7c25bbc/src/license/vendor/utils.ts#L43)*

___

### month 

• **month**: *number*

*Defined in [src/license/vendor/utils.ts:42](https://github.com/handsontable/hyperformula/blob/7c25bbc/src/license/vendor/utils.ts#L42)*

___

### timestamp 

• **timestamp**: *number*

*Defined in [src/license/vendor/utils.ts:44](https://github.com/handsontable/hyperformula/blob/7c25bbc/src/license/vendor/utils.ts#L44)*

___

### year 

• **year**: *number*

*Defined in [src/license/vendor/utils.ts:41](https://github.com/handsontable/hyperformula/blob/7c25bbc/src/license/vendor/utils.ts#L41)*