Class TimeUnitType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.TimeUnitType
-
public final class TimeUnitType extends com.aspose.ms.System.EnumSpecifies the type of a time unit.
While exporting into XML the Undefined values will be eliminated from resulting XML.
-
-
Field Summary
Fields Modifier and Type Field Description static byteDayIndicates Day time unit type.static byteDayEstimatedIndicates Day estimated time unit type.static byteElapsedDayIndicates Elapsed day time unit type.static byteElapsedDayEstimatedIndicates Elapsed day estimated time unit type.static byteElapsedHourIndicates Elapsed hour time unit type.static byteElapsedHourEstimatedIndicates Elapsed hour estimated time unit type.static byteElapsedMinuteIndicates Elapsed minute time unit type.static byteElapsedMinuteEstimatedIndicates Elapsed minute estimated time unit type.static byteElapsedMonthIndicates Elapsed month time unit type.static byteElapsedMonthEstimatedIndicates Elapsed month estimated time unit type.static byteElapsedPercentIndicates Elapsed percent time unit type.static byteElapsedPercentEstimatedIndicates Elapsed percent estimated time unit type.static byteElapsedWeekIndicates Elapsed week time unit type.static byteElapsedWeekEstimatedIndicates Elapsed week estimated time unit type.static byteHourIndicates Hour time unit type.static byteHourEstimatedIndicates Hour estimated time unit type.static byteMinuteIndicates Minute time unit type.static byteMinuteEstimatedIndicates Minute estimated time unit type.static byteMonthIndicates Month time unit type.static byteMonthEstimatedIndicates Month estimated time unit type.static byteNullIndicates Null time unit type.static bytePercentIndicates Percent time unit type.static bytePercentEstimatedIndicates Percent estimated time unit type.static byteUndefinedIndicates Undefined value means that the field was not defined in original project file.static byteWeekIndicates Week time unit type.static byteWeekEstimatedIndicates Week estimated time unit type.static byteYearIndicates Year time unit type.
-
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
-
Undefined
public static final byte Undefined
Indicates Undefined value means that the field was not defined in original project file.
- See Also:
- Constant Field Values
-
Minute
public static final byte Minute
Indicates Minute time unit type.
- See Also:
- Constant Field Values
-
ElapsedMinute
public static final byte ElapsedMinute
Indicates Elapsed minute time unit type.
- See Also:
- Constant Field Values
-
Hour
public static final byte Hour
Indicates Hour time unit type.
- See Also:
- Constant Field Values
-
ElapsedHour
public static final byte ElapsedHour
Indicates Elapsed hour time unit type.
- See Also:
- Constant Field Values
-
Day
public static final byte Day
Indicates Day time unit type.
- See Also:
- Constant Field Values
-
ElapsedDay
public static final byte ElapsedDay
Indicates Elapsed day time unit type.
- See Also:
- Constant Field Values
-
Week
public static final byte Week
Indicates Week time unit type.
- See Also:
- Constant Field Values
-
ElapsedWeek
public static final byte ElapsedWeek
Indicates Elapsed week time unit type.
- See Also:
- Constant Field Values
-
Month
public static final byte Month
Indicates Month time unit type.
- See Also:
- Constant Field Values
-
ElapsedMonth
public static final byte ElapsedMonth
Indicates Elapsed month time unit type.
- See Also:
- Constant Field Values
-
Percent
public static final byte Percent
Indicates Percent time unit type.
- See Also:
- Constant Field Values
-
ElapsedPercent
public static final byte ElapsedPercent
Indicates Elapsed percent time unit type.
- See Also:
- Constant Field Values
-
Null
public static final byte Null
Indicates Null time unit type.
- See Also:
- Constant Field Values
-
MinuteEstimated
public static final byte MinuteEstimated
Indicates Minute estimated time unit type.
- See Also:
- Constant Field Values
-
ElapsedMinuteEstimated
public static final byte ElapsedMinuteEstimated
Indicates Elapsed minute estimated time unit type.
- See Also:
- Constant Field Values
-
HourEstimated
public static final byte HourEstimated
Indicates Hour estimated time unit type.
- See Also:
- Constant Field Values
-
ElapsedHourEstimated
public static final byte ElapsedHourEstimated
Indicates Elapsed hour estimated time unit type.
- See Also:
- Constant Field Values
-
DayEstimated
public static final byte DayEstimated
Indicates Day estimated time unit type.
- See Also:
- Constant Field Values
-
ElapsedDayEstimated
public static final byte ElapsedDayEstimated
Indicates Elapsed day estimated time unit type.
- See Also:
- Constant Field Values
-
WeekEstimated
public static final byte WeekEstimated
Indicates Week estimated time unit type.
- See Also:
- Constant Field Values
-
ElapsedWeekEstimated
public static final byte ElapsedWeekEstimated
Indicates Elapsed week estimated time unit type.
- See Also:
- Constant Field Values
-
MonthEstimated
public static final byte MonthEstimated
Indicates Month estimated time unit type.
- See Also:
- Constant Field Values
-
ElapsedMonthEstimated
public static final byte ElapsedMonthEstimated
Indicates Elapsed month estimated time unit type.
- See Also:
- Constant Field Values
-
PercentEstimated
public static final byte PercentEstimated
Indicates Percent estimated time unit type.
- See Also:
- Constant Field Values
-
ElapsedPercentEstimated
public static final byte ElapsedPercentEstimated
Indicates Elapsed percent estimated time unit type.
- See Also:
- Constant Field Values
-
Year
public static final byte Year
Indicates Year time unit type.
- See Also:
- Constant Field Values
-
-