Class RangeResultQuery
Custom date range result query
Inheritance
RangeResultQuery
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public abstract class RangeResultQuery : ResultQueryBase
Constructors
RangeResultQuery(DateTime, DateTime, PayrunJobStatus?)
Initializes a new instance of the RangeResultQuery class
Declaration
protected RangeResultQuery(DateTime start, DateTime end, PayrunJobStatus? jobJobStatus = null)
Parameters
| Type | Name | Description |
|---|---|---|
| DateTime | start | The range start date |
| DateTime | end | The range end date |
| PayrunJobStatus? | jobJobStatus | The payrun job status query filter |
Properties
End
The range end date
Declaration
public DateTime End { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Start
The range start date
Declaration
public DateTime Start { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |