com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class MinuteLabelDisplay

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.tasks.MinuteLabelDisplay


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

    Specifies how the minute label displays.

    • 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 and Description
      static int M
      Sets the Minutes list in MS Project as m.
      static int Min
      Sets the Minutes list in MS Project as min.
      static int Minute
      Sets the Minutes list in MS Project as minute.
      • 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

      • Min

        public static final int Min

        Sets the Minutes list in MS Project as min.

        See Also:
        Constant Field Values
      • Minute

        public static final int Minute

        Sets the Minutes list in MS Project as minute.

        See Also:
        Constant Field Values