# ParsedIsoDate Interface

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 (opens new window)


# month

month: number

Defined in src/license/vendor/utils.ts:42 (opens new window)


# timestamp

timestamp: number

Defined in src/license/vendor/utils.ts:44 (opens new window)


# year

year: number

Defined in src/license/vendor/utils.ts:41 (opens new window)