# JReportServer.PeriodTimeDateWeekly

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**period** | **Number** | Specifies how often the report will run in terms of weeks. | [optional] 
**onWeekdays** | **[String]** | Specifies on which days in a week to run the report. | [optional] 


<a name="[OnWeekdaysEnum]"></a>
## Enum: [OnWeekdaysEnum]


* `Sunday` (value: `"Sunday"`)

* `Monday` (value: `"Monday"`)

* `Tuesday` (value: `"Tuesday"`)

* `Wednesday` (value: `"Wednesday"`)

* `Thursday` (value: `"Thursday"`)

* `Friday` (value: `"Friday"`)

* `Saturday` (value: `"Saturday"`)




