Show / Hide Table of Contents

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

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX