[QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / TimeSpan

# Enumeration: TimeSpan

[index](../modules/index.md).TimeSpan

## Table of contents

### Enumeration Members

- [Day](index.TimeSpan.md#day)
- [Hour](index.TimeSpan.md#hour)
- [Millisecond](index.TimeSpan.md#millisecond)
- [Minute](index.TimeSpan.md#minute)
- [Month](index.TimeSpan.md#month)
- [Second](index.TimeSpan.md#second)
- [Week](index.TimeSpan.md#week)
- [Year](index.TimeSpan.md#year)

## Enumeration Members

### Day

• **Day** = ``86400000``

#### Defined in

[apis/shared/time.ts:47](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/501d75e/src/apis/shared/time.ts#L47)

___

### Hour

• **Hour** = ``3600000``

#### Defined in

[apis/shared/time.ts:46](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/501d75e/src/apis/shared/time.ts#L46)

___

### Millisecond

• **Millisecond** = ``1``

#### Defined in

[apis/shared/time.ts:43](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/501d75e/src/apis/shared/time.ts#L43)

___

### Minute

• **Minute** = ``60000``

#### Defined in

[apis/shared/time.ts:45](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/501d75e/src/apis/shared/time.ts#L45)

___

### Month

• **Month** = ``2592000000``

#### Defined in

[apis/shared/time.ts:49](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/501d75e/src/apis/shared/time.ts#L49)

___

### Second

• **Second** = ``1000``

#### Defined in

[apis/shared/time.ts:44](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/501d75e/src/apis/shared/time.ts#L44)

___

### Week

• **Week** = ``604800000``

#### Defined in

[apis/shared/time.ts:48](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/501d75e/src/apis/shared/time.ts#L48)

___

### Year

• **Year** = ``31536000000``

#### Defined in

[apis/shared/time.ts:50](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/501d75e/src/apis/shared/time.ts#L50)
