Class WeekPayrollPeriod
Inheritance
WeekPayrollPeriod
Assembly: PayrollEngine.Client.Services.dll
Syntax
public class WeekPayrollPeriod : IPayrollPeriod
Constructors
View Source
WeekPayrollPeriod(CultureInfo, Calendar, DateTime)
Declaration
public WeekPayrollPeriod(CultureInfo culture, Calendar calendar, DateTime moment)
Parameters
View Source
WeekPayrollPeriod(CultureInfo, Calendar, int, int, int)
Declaration
public WeekPayrollPeriod(CultureInfo culture, Calendar calendar, int year, int month, int day)
Parameters
Properties
View Source
Calendar
Declaration
public Calendar Calendar { get; }
Property Value
View Source
Culture
Declaration
public CultureInfo Culture { get; }
Property Value
View Source
End
Declaration
public virtual DateTime End { get; }
Property Value
View Source
Name
Declaration
public virtual string Name { get; }
Property Value
View Source
Start
Declaration
public virtual DateTime Start { get; }
Property Value
View Source
WeekOfYear
Declaration
public int WeekOfYear { get; }
Property Value
Methods
View Source
GetPayrollPeriod(DateTime, int)
Declaration
public IPayrollPeriod GetPayrollPeriod(DateTime moment, int offset = 0)
Parameters
Returns
View Source
ToString()
Returns a string that represents this instance
Declaration
public override string ToString()
Returns
| Type |
Description |
| string |
A string that represents this instance
|
Overrides
Implements
Extension Methods