---
title: days
framework: applepayontheweb
role: symbol
role_heading: Instance Property
path: applepayontheweb/applepaydatecomponents/days
---

# days

A number that represents a day.

## Declaration

```data
long days;
```

## Discussion

Discussion Numbers representing days are 1-based. For example, to represent the third day of a month, use 3.

## See Also

### Date Components

- [years](applepayontheweb/applepaydatecomponents/years.md)
- [months](applepayontheweb/applepaydatecomponents/months.md)
- [hours](applepayontheweb/applepaydatecomponents/hours.md)
