# IbmWorkloadSchedulerApi.LastWriteTriggerProperty

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**timezone** | **String** | The timezone of the Trigger | [optional] 
**fromDate** | **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 time (interval) at which the specified file was last modified. To be used in combination with todate. | [optional] 
**toDate** | **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 time (interval) at which the specified file was last modified. To be used in combination with fromdate | [optional] 
**onBeforeDate** | **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 time (on or before) at which the specified file was last modified | [optional] 
**onAfterDate** | **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 time (on or after) at which the specified file was last modified | [optional] 


