AWS SDK for .NET Documentation
ExecutionTimeFilter Class
AmazonAmazon.SimpleWorkflow.ModelExecutionTimeFilter Did this page help you?   Yes   No    Tell us about it...

Used to filter the workflow executions in visibility APIs by various time-based rules. Each parameter, if specified, defines a rule that must be satisfied by each returned query result. The parameter values are in the Unix Time format. For example: "oldestDate": 1325376070.

Declaration Syntax
C#
public class ExecutionTimeFilter
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ExecutionTimeFilter()()()()
Initializes a new instance of the ExecutionTimeFilter class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
LatestDate
Specifies the latest start or close date and time to return.

OldestDate
Specifies the oldest start or close date and time to return.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithLatestDate(DateTime) Obsolete.
Sets the LatestDate property

WithOldestDate(DateTime) Obsolete.
Sets the OldestDate property

Inheritance Hierarchy
Object
ExecutionTimeFilter

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