AWS SDK for .NET Documentation
StartTimeFilter Property
AmazonAmazon.SimpleWorkflow.ModelListClosedWorkflowExecutionsRequestStartTimeFilter Did this page help you?   Yes   No    Tell us about it...
If specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their start times.
Note:
startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.
Declaration Syntax
C#
public ExecutionTimeFilter StartTimeFilter { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)