[This is preliminary documentation and is subject to change.]
Syntax
| C# |
|---|
public class Utility |
| Visual Basic (Declaration) |
|---|
Public Class Utility |
| Visual C++ |
|---|
public ref class Utility |
The type exposes the following methods.
Public Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetDailyView |
Returns the datatable after loading the calendar daily view. Only time related
information is loaded.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetMonthlyView |
Returns a DataTable that contains the monthly view of the month for the
selected date
| |
| GetNumDays |
Gets the number of days in the particular pay period
| |
| GetPeriodicView | Overloaded. | |
| GetPeriodStartDates |
Gets the multiple periods for the start dates of the timesheet and expense report
| |
| GetStartDate |
Gets the start date of the payroll cycle
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetWeeklyView | Overloaded. | |
| GetWeekStartDates |
Returns the weekly start dates in a DataTable.
| |
| GetYearlyView |
Returns the yearly view
| |
| ToString | (Inherited from Object.) |
Protected Methods
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetBiweekStartDates |
Get the range of biweekly start dates for timesheet and expense reports
| |
| GetMonthStartDates |
Return the month start dates in the datatable
| |
| GetPeriodicView | Overloaded. | |
| GetSemiMonthStartDates |
Get the semi monthly start dates
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
See Also
OfficeClip.BusinessLayer Namespace
