TimeUnit
Represents standardized time units that are used across billing, payroll, and scheduling workflows. This table supports consistent time calculations by defining units such as hours, days, or weeks for operational processes.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the TimeUnit record. This value provides the primary reference that Bullhorn CRM uses to retrieve and manage time-unit definitions. |
| Name | String | False |
Specifies the name value that is associated with the TimeUnit record. This value supports display formatting and helps users interpret how time intervals are categorized within schedules or reports. |
| TimeMarker | Int | False |
Represents the numeric marker that is associated with the TimeUnit record. This value defines the system-level designation used when calculating or interpreting time segments. |
| WeekDay | Int | False |
Specifies the numeric weekday value that is associated with the TimeUnit record. This value helps align time-unit usage with calendar-based operations and scheduling logic. |