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.

C# |
public class ExecutionTimeFilter

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ExecutionTimeFilter()()()() | Initializes a new instance of the ExecutionTimeFilter class |
![]() | Equals(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
|

Object | |
![]() | ExecutionTimeFilter |