TimeUnitType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class TimeUnitType extends System.Enum
Specifies the type of a time unit.
While exporting into XML the Undefined values will be eliminated from resulting XML.
Fields
Field | Description |
---|---|
Day | Indicates Day time unit type. |
DayEstimated | Indicates Day estimated time unit type. |
ElapsedDay | Indicates Elapsed day time unit type. |
ElapsedDayEstimated | Indicates Elapsed day estimated time unit type. |
ElapsedHour | Indicates Elapsed hour time unit type. |
ElapsedHourEstimated | Indicates Elapsed hour estimated time unit type. |
ElapsedMinute | Indicates Elapsed minute time unit type. |
ElapsedMinuteEstimated | Indicates Elapsed minute estimated time unit type. |
ElapsedMonth | Indicates Elapsed month time unit type. |
ElapsedMonthEstimated | Indicates Elapsed month estimated time unit type. |
ElapsedPercent | Indicates Elapsed percent time unit type. |
ElapsedPercentEstimated | Indicates Elapsed percent estimated time unit type. |
ElapsedWeek | Indicates Elapsed week time unit type. |
ElapsedWeekEstimated | Indicates Elapsed week estimated time unit type. |
Hour | Indicates Hour time unit type. |
HourEstimated | Indicates Hour estimated time unit type. |
Minute | Indicates Minute time unit type. |
MinuteEstimated | Indicates Minute estimated time unit type. |
Month | Indicates Month time unit type. |
MonthEstimated | Indicates Month estimated time unit type. |
Null | Indicates Null time unit type. |
Percent | Indicates Percent time unit type. |
PercentEstimated | Indicates Percent estimated time unit type. |
Undefined | Indicates Undefined value means that the field was not defined in original project file. |
Week | Indicates Week time unit type. |
WeekEstimated | Indicates Week estimated time unit type. |
Year | Indicates Year time unit type. |
Day
public static final byte Day
Indicates Day time unit type.
DayEstimated
public static final byte DayEstimated
Indicates Day estimated time unit type.
ElapsedDay
public static final byte ElapsedDay
Indicates Elapsed day time unit type.
ElapsedDayEstimated
public static final byte ElapsedDayEstimated
Indicates Elapsed day estimated time unit type.
ElapsedHour
public static final byte ElapsedHour
Indicates Elapsed hour time unit type.
ElapsedHourEstimated
public static final byte ElapsedHourEstimated
Indicates Elapsed hour estimated time unit type.
ElapsedMinute
public static final byte ElapsedMinute
Indicates Elapsed minute time unit type.
ElapsedMinuteEstimated
public static final byte ElapsedMinuteEstimated
Indicates Elapsed minute estimated time unit type.
ElapsedMonth
public static final byte ElapsedMonth
Indicates Elapsed month time unit type.
ElapsedMonthEstimated
public static final byte ElapsedMonthEstimated
Indicates Elapsed month estimated time unit type.
ElapsedPercent
public static final byte ElapsedPercent
Indicates Elapsed percent time unit type.
ElapsedPercentEstimated
public static final byte ElapsedPercentEstimated
Indicates Elapsed percent estimated time unit type.
ElapsedWeek
public static final byte ElapsedWeek
Indicates Elapsed week time unit type.
ElapsedWeekEstimated
public static final byte ElapsedWeekEstimated
Indicates Elapsed week estimated time unit type.
Hour
public static final byte Hour
Indicates Hour time unit type.
HourEstimated
public static final byte HourEstimated
Indicates Hour estimated time unit type.
Minute
public static final byte Minute
Indicates Minute time unit type.
MinuteEstimated
public static final byte MinuteEstimated
Indicates Minute estimated time unit type.
Month
public static final byte Month
Indicates Month time unit type.
MonthEstimated
public static final byte MonthEstimated
Indicates Month estimated time unit type.
Null
public static final byte Null
Indicates Null time unit type.
Percent
public static final byte Percent
Indicates Percent time unit type.
PercentEstimated
public static final byte PercentEstimated
Indicates Percent estimated time unit type.
Undefined
public static final byte Undefined
Indicates Undefined value means that the field was not defined in original project file.
Week
public static final byte Week
Indicates Week time unit type.
WeekEstimated
public static final byte WeekEstimated
Indicates Week estimated time unit type.
Year
public static final byte Year
Indicates Year time unit type.