Package com.aspose.tasks
Class PrimaveraRelationshipLagCalendar
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.PrimaveraRelationshipLagCalendar
-
public final class PrimaveraRelationshipLagCalendar extends com.aspose.ms.System.EnumSpecifies which calendar to use for scheduling Relationship Lag in Primavera projects.
-
-
Field Summary
Fields Modifier and Type Field Description static intCalendar24HourUse 24 Hours calendarstatic intDefaultUse project default calendarstatic intPredecessorUse predecessor activity calendarstatic intSuccessorUse successor activity calendar
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
-
-
-
-
Field Detail
-
Predecessor
public static final int Predecessor
Use predecessor activity calendar
- See Also:
- Constant Field Values
-
Successor
public static final int Successor
Use successor activity calendar
- See Also:
- Constant Field Values
-
Calendar24Hour
public static final int Calendar24Hour
Use 24 Hours calendar
- See Also:
- Constant Field Values
-
Default
public static final int Default
Use project default calendar
- See Also:
- Constant Field Values
-
-