UtilHistory Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see UtilHistory members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method can be used to create a record for a new current event, add a record for a past event (effectively splitting an existing event), or update an existing event record in the Util_History table. When using the Add() method to add a past event, the duration of the new past event will be from the supplied start time to the start time of the next existing event in the event sequence. To create a new past event of a specific duration, use the AddEvent() method. |
![]() ![]() | AddEvent | The AddEvent() method adds a utilization event record to the Util_History table for an event of a specific duration and that can span one or more existing events. This method allows you to split an existing event or merge one or more events. |
![]() ![]() | Delete | The Delete() method deletes the specified utilization event. The previous event is extended to the end time of the event that is being deleted. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more utilization history records from the Util_History table, as specified by the filter parameters. Passing no filter parameters will retrieve all entity records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified utilization history record from the Util_History table. |
![]() ![]() | Update | The Update() method updates all columns of the specified utilization event record in the Util_History table. |
![]() ![]() | UpdateEvent | The UpdateEvent() method updates selected columns of the specified utilization event record in the Util_History table. This method can include updated start and end times for the event. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of specified utilization event record in the Util_History table. |

