Interface IPayrollPeriod
Namespace: PayrollEngine
Assembly: PayrollEngine.Core.dll
Syntax
public interface IPayrollPeriod
Properties
End
Declaration
DateTime End { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Name
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Start
Declaration
DateTime Start { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Methods
GetPayrollPeriod(DateTime, int)
Declaration
IPayrollPeriod GetPayrollPeriod(DateTime moment, int offset = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| DateTime | moment | |
| int | offset |
Returns
| Type | Description |
|---|---|
| IPayrollPeriod |