# MonthAndDay

Wrapper for month and day for instances where the year isn\'t needed

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**day** | **number** | The day in the month | [optional] [default to undefined]
**month** | **number** | The month of the year | [optional] [default to undefined]

## Example

```typescript
import { MonthAndDay } from './api';

const instance: MonthAndDay = {
    day,
    month,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
