# JReportServer.TimeCondition

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**timeZone** | **String** | The time zone. | [optional] 
**type** | **String** |  | 
**atTime** | [**SimpleDateTime**](SimpleDateTime.md) |  | [optional] 
**periodically** | [**PeriodTime**](PeriodTime.md) |  | [optional] 
**runMissedTaskUponServerRestart** | **Boolean** | Specifies to run missed tasks when you restart the server, for the time type of running the task at a specified time or periodically. | [optional] 


<a name="TypeEnum"></a>
## Enum: TypeEnum


* `Immediately` (value: `"Immediately"`)

* `At Time` (value: `"At Time"`)

* `Periodically` (value: `"Periodically"`)




