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


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

## 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.

## Return Type

**Number**

Returns the number of working hours per day.

## Example

```
return getWorkingHoursPerDay();
```

## See also

> Macro (contentbylabel)