AWS SDK for .NET Documentation
CloseTimeFilter Property
AmazonAmazon.SimpleWorkflow.ModelListClosedWorkflowExecutionsRequestCloseTimeFilter 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 close times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their close 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 CloseTimeFilter { get; set; }

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