---
title: "getWorkingHoursPerDay"
canonical: "https://support.appfire.com/space/PSJC/434472775/getWorkingHoursPerDay"
format: markdown
---
> Macro (aura-html)


## Description

> Macro (excerpt)
> 
> Gets the number of working hours per day as configured in Jira.

Gets the number of working hours per day as configured in Jira.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | getWorkingHoursPerDay() | **Package** |  |
| **Alias** |  | **Pkg Usage** |  |

## Return Type

**Number**

Returns the number of working hours per day.

## Example

```javascript
return getWorkingHoursPerDay();
```

## See also

> Macro (contentbylabel)