You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: english/java/com.aspose.tasks/_index.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,7 +198,10 @@ url: /java/com.aspose.tasks/
198
198
|[PresentationFormat](../com.aspose.tasks/presentationformat)| Enumeration for presentation format. |
199
199
|[PrimaveraActivityType](../com.aspose.tasks/primaveraactivitytype)| Specifies type of Primavera activity. |
200
200
|[PrimaveraBaseReader](../com.aspose.tasks/primaverabasereader)| Represents a base reader which can be used to read Project UIDs from multi project Primavera XER or XML files. |
201
+
|[PrimaveraCalendarProperties](../com.aspose.tasks/primaveracalendarproperties)| Represents Primavera-specific properties for a calendar read from Primavera files (XER of P6XML). |
201
202
|[PrimaveraConstraintType](../com.aspose.tasks/primaveraconstrainttype)| Specifies a type of activity's constraint. |
203
+
|[PrimaveraCriticalActivitiesDefiningMethod](../com.aspose.tasks/primaveracriticalactivitiesdefiningmethod)| Specifies the method for defining critical activities in Primavera. |
204
+
|[PrimaveraDbReader](../com.aspose.tasks/primaveradbreader)| Represents a reader to read Project Info from Primavera DB |
202
205
|[PrimaveraDbSettings](../com.aspose.tasks/primaveradbsettings)| Allows to set necessary options to read project data from Primavera database. |
203
206
|[PrimaveraDurationType](../com.aspose.tasks/primaveradurationtype)| Specifies duration type of Primavera activity. |
204
207
|[PrimaveraPercentCompleteType](../com.aspose.tasks/primaverapercentcompletetype)| Specifies value of '% Complete Type' field for Primavera activities. |
Copy file name to clipboardExpand all lines: english/java/com.aspose.tasks/calendar/_index.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,7 @@ Calendars are used to define standard working and non-working times. Projects mu
68
68
| [getName()](#getName--) | Gets the name of the calendar. |
69
69
| [getNextWorkingDayStart(Date date)](#getNextWorkingDayStart-java.util.Date-) | Calculates next working day start for the specified date. |
70
70
| [getPreviousWorkingDayEnd(Date date)](#getPreviousWorkingDayEnd-java.util.Date-) | Calculates the end of the previous working date from the specified date. |
71
+
| [getPrimaveraProperties()](#getPrimaveraProperties--) | Gets an object containing Primavera-specific properties for a calendar read from Primavera formats. |
71
72
| [getStartDateFromFinishAndDuration(Date finish, Duration duration)](#getStartDateFromFinishAndDuration-java.util.Date-com.aspose.tasks.Duration-) | Returns start date based on the specified finish date and duration. |
72
73
| [getStartDateFromFinishAndDuration(Date finish, double duration)](#getStartDateFromFinishAndDuration-java.util.Date-double-) | Returns start date based on specified finish date and duration. |
73
74
| [getTaskFinishDateFromDuration(Task task, double duration)](#getTaskFinishDateFromDuration-com.aspose.tasks.Task-double-) | Calculates the task finish date and time from its start date, split parts and the work duration. |
@@ -84,7 +85,7 @@ Calendars are used to define standard working and non-working times. Projects mu
84
85
| [isBaselineCalendar()](#isBaselineCalendar--) | Gets a value indicating whether the calendar is a baseline calendar. |
85
86
| [isDayWorking(Date dt)](#isDayWorking-java.util.Date-) | Determines whether the specified day is a working day according to the calendar. |
86
87
| [isEmpty()](#isEmpty--) | Returns whether the calendar doesn't have working hours defined. |
87
-
| [make24HourCalendar(Calendar calendar)](#make24HourCalendar-com.aspose.tasks.Calendar-) | Makes a given Calendar to be a 24Hour Calendar. 24Hours Calendar is a Calendar in which every day of week is working with Round-the-clock working hours. |
88
+
| [make24HourCalendar(Calendar calendar)](#make24HourCalendar-com.aspose.tasks.Calendar-) | Makes a given Calendar to be a 24Hour Calendar. |
88
89
| [makeNightShiftCalendar(Calendar calendar)](#makeNightShiftCalendar-com.aspose.tasks.Calendar-) | Makes a given Calendar as Night Shift Calendar. |
89
90
| [makeStandardCalendar(Calendar calendar)](#makeStandardCalendar-com.aspose.tasks.Calendar-) | Creates default standard calendar. |
90
91
| [setBaseCalendar(Calendar value)](#setBaseCalendar-com.aspose.tasks.Calendar-) | Sets the base calendar on which this calendar depends. |
@@ -232,6 +233,16 @@ Calculates the end of the previous working date from the specified date.
232
233
233
234
**Returns:**
234
235
java.util.Date - The end of the previous working day end java.util.Date
public final PrimaveraCalendarProperties getPrimaveraProperties()
239
+
```
240
+
241
+
242
+
Gets an object containing Primavera-specific properties for a calendar read from Primavera formats.
243
+
244
+
**Returns:**
245
+
[PrimaveraCalendarProperties](../../com.aspose.tasks/primaveracalendarproperties) - an object containing Primavera-specific properties for a calendar read from Primavera formats.
0 commit comments