# IbmWorkloadSchedulerApi.WeeklyTriggerProperty

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**frequency** | **Integer** | The frequency value | 
**days** | **[Integer]** | Days of the week. Possible values are 1 for Monday, 2 for Tuesday and so on until 7 for Sunday. | 
**startDate** | **Date** | Time in ISO 8601 UTC with format yyyy-MM-dd&#39;T&#39;HH:mm:ss. It will be used the timezone set into the process or in the user preferences. The start date of the Trigger | [optional] 
**endDate** | **Date** | Time in ISO 8601 UTC with format yyyy-MM-dd&#39;T&#39;HH:mm:ss. It will be used the timezone set into the process or in the user preferences. The end date of the Trigger | [optional] 
**repeatEvery** | **String** | Repeat every option. Format is hh:mm | [optional] 
**repeatUntil** | **String** | Repeat every option. Format is hh:mm | [optional] 


