com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class Timescale

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


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

    The minimal time period to render when saving project view data to some of SaveFileFormat.

    • 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 Days
      Minimal level of detail is one day.
      static int Months
      Minimal level of detail is one month.
      static int ThirdsOfMonths
      Minimal level of detail is one third of month.
      • 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

      • ThirdsOfMonths

        public static final int ThirdsOfMonths

        Minimal level of detail is one third of month.

        See Also:
        Constant Field Values
      • Months

        public static final int Months

        Minimal level of detail is one month.

        See Also:
        Constant Field Values