[This is preliminary documentation and is subject to change.]

The start date of the payroll. This date should match the date from when the member starts entering the timesheet. This is required to make sure that the biweekly timesheets begin with the correct week.

Namespace:  OfficeClip.BusinessLayer.Account
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public DateTime PayrollStartDate { get; set; }
Visual Basic (Declaration)
Public Property PayrollStartDate As DateTime
Visual C++
public:
property DateTime PayrollStartDate {
	DateTime get ();
	void set (DateTime value);
}

See Also