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

The Utility type exposes the following members.

Constructors

  NameDescription
Public methodUtility

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodStatic memberGetBiweekStartDates
Get the range of biweekly start dates for timesheet and expense reports
Public methodStatic memberGetDailyView
Returns the datatable after loading the calendar daily view. Only time related information is loaded.
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodStatic memberGetMonthlyView
Returns a DataTable that contains the monthly view of the month for the selected date
Protected methodStatic memberGetMonthStartDates
Return the month start dates in the datatable
Public methodStatic memberGetNumDays
Gets the number of days in the particular pay period
Public methodStatic memberGetPeriodicViewOverloaded.
Public methodStatic memberGetPeriodStartDates
Gets the multiple periods for the start dates of the timesheet and expense report
Protected methodStatic memberGetSemiMonthStartDates
Get the semi monthly start dates
Public methodStatic memberGetStartDate
Gets the start date of the payroll cycle
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetWeeklyViewOverloaded.
Public methodStatic memberGetWeekStartDates
Returns the weekly start dates in a DataTable.
Public methodStatic memberGetYearlyView
Returns the yearly view
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also