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/calendar/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ Calendars are used to define standard working and non-working times. Projects mu
84
84
| [isBaselineCalendar()](#isBaselineCalendar--) | Gets a value indicating whether the calendar is a baseline calendar. |
85
85
| [isDayWorking(Date dt)](#isDayWorking-java.util.Date-) | Determines whether the specified day is a working day according to the calendar. |
86
86
| [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. |
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
88
| [makeNightShiftCalendar(Calendar calendar)](#makeNightShiftCalendar-com.aspose.tasks.Calendar-) | Makes a given Calendar as Night Shift Calendar. |
89
89
| [makeStandardCalendar(Calendar calendar)](#makeStandardCalendar-com.aspose.tasks.Calendar-) | Creates default standard calendar. |
90
90
| [setBaseCalendar(Calendar value)](#setBaseCalendar-com.aspose.tasks.Calendar-) | Sets the base calendar on which this calendar depends. |
Copy file name to clipboardExpand all lines: english/python-net/aspose.tasks.primavera/primaveraprojectinfo/_index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ The PrimaveraProjectInfo type exposes the following members:
17
17
| :- | :- |
18
18
|uid|Gets project's Uid.|
19
19
|name|Gets project's name.|
20
+
|short_name|Gets project's short name (Project ID).|
20
21
|export_flag|Gets project's export flag. When a project is selected for export in Primavera, its ExportFlag is true.<br/> Some projects not explicitly selected for export may be exported to an XER file due to their relationship to the exported project.|
Copy file name to clipboardExpand all lines: english/python-net/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
@@ -86,6 +86,8 @@ Contains classes for work with Microsoft Project documents without utilizing Mic
86
86
|[OutlineValueCollection](/tasks/python-net/aspose.tasks/outlinevaluecollection/)|Represents a collection of [OutlineValue](/tasks/python-net/aspose.tasks/outlinevalue/) objects.|
87
87
|[ParseErrorArgs](/tasks/python-net/aspose.tasks/parseerrorargs/)|Provides data for the [ParseErrorCallback](/tasks/python-net/aspose.tasks/parseerrorcallback/) delegate.|
88
88
|[PrimaveraBaseReader](/tasks/python-net/aspose.tasks/primaverabasereader/)|Represents a base reader which can be used to read Project UIDs from multi project Primavera XER or XML files.|
89
+
|[PrimaveraCalendarProperties](/tasks/python-net/aspose.tasks/primaveracalendarproperties/)|Represents Primavera-specific properties for a calendar read from Primavera files (XER of P6XML).<br/> Can be used to perform calendar-specific time units conversion.|
90
+
|[PrimaveraDbReader](/tasks/python-net/aspose.tasks/primaveradbreader/)|Represents a reader to read Project Info from Primavera DB|
89
91
|[PrimaveraProjectProperties](/tasks/python-net/aspose.tasks/primaveraprojectproperties/)|Represents Primavera-specific properties for a project read from Primavera files (XER of P6XML).|
90
92
|[PrimaveraReadOptions](/tasks/python-net/aspose.tasks/primaverareadoptions/)|Allows to specify additional options when reading Primavera Xml or Primavera Xer files.|
91
93
|[PrimaveraTaskProperties](/tasks/python-net/aspose.tasks/primaverataskproperties/)|Represents Primavera-specific properties for a task read from Primavera files (XER of P6XML).|
@@ -208,6 +210,7 @@ Contains classes for work with Microsoft Project documents without utilizing Mic
208
210
|[MonthPosition](/tasks/python-net/aspose.tasks/monthposition/)|Specifies the position of a month item within a month.|
209
211
|[OrdinalNumber](/tasks/python-net/aspose.tasks/ordinalnumber/)|Represents an ordinal number in the instance of [RecurringTaskInfo](/tasks/python-net/aspose.tasks/recurringtaskinfo/) class.|
210
212
|[OutlineValueType](/tasks/python-net/aspose.tasks/outlinevaluetype/)|Specifies the type of an outline value.|
213
+
|[PrimaveraCriticalActivitiesDefiningMethod](/tasks/python-net/aspose.tasks/primaveracriticalactivitiesdefiningmethod/)|Specifies the method for defining critical activities in Primavera.|
211
214
|[RateFormatType](/tasks/python-net/aspose.tasks/rateformattype/)|Specifies the units used by Microsoft Project to display a rate.|
212
215
|[RateScaleType](/tasks/python-net/aspose.tasks/ratescaletype/)|Specifies the rate scale type.|
213
216
|[RateType](/tasks/python-net/aspose.tasks/ratetype/)|Specifies the unique identifiers of a rate table.|
0 commit comments