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

The Timesheet period

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

Syntax

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

See Also