Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,21 @@ Represents Primavera-specific properties for a calendar read from Primavera file

| Method | Description |
| --- | --- |
| [clone()](#clone--) | \{@inheritDoc\} |
| [getHoursPerDay()](#getHoursPerDay--) | Gets amount of hours per day from 'Time Periods' settings of the calendar. |
| [getHoursPerMonth()](#getHoursPerMonth--) | Gets amount of hours per month from 'Time Periods' settings of the calendar. |
| [getHoursPerWeek()](#getHoursPerWeek--) | Gets amount of hours per week from 'Time Periods' settings of the calendar. |
| [getHoursPerYear()](#getHoursPerYear--) | Gets amount of hours per month from 'Time Periods' settings of the calendar. |
### clone() {#clone--}
```
public final PrimaveraCalendarProperties clone()
```




**Returns:**
[PrimaveraCalendarProperties](../../com.aspose.tasks/primaveracalendarproperties) - \{@inheritDoc\}
### getHoursPerDay() {#getHoursPerDay--}
```
public final double getHoursPerDay()
Expand Down