Class PrimaveraRelationshipLagCalendar


  • public final class PrimaveraRelationshipLagCalendar
    extends com.aspose.ms.System.Enum

    Specifies which calendar to use for scheduling Relationship Lag in Primavera projects.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int Calendar24Hour
      Use 24 Hours calendar
      static int Default
      Use project default calendar
      static int Predecessor
      Use predecessor activity calendar
      static int Successor
      Use successor activity calendar
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • 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