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

FieldDescription
DayIndicates Day time unit type.
DayEstimatedIndicates Day estimated time unit type.
ElapsedDayIndicates Elapsed day time unit type.
ElapsedDayEstimatedIndicates Elapsed day estimated time unit type.
ElapsedHourIndicates Elapsed hour time unit type.
ElapsedHourEstimatedIndicates Elapsed hour estimated time unit type.
ElapsedMinuteIndicates Elapsed minute time unit type.
ElapsedMinuteEstimatedIndicates Elapsed minute estimated time unit type.
ElapsedMonthIndicates Elapsed month time unit type.
ElapsedMonthEstimatedIndicates Elapsed month estimated time unit type.
ElapsedPercentIndicates Elapsed percent time unit type.
ElapsedPercentEstimatedIndicates Elapsed percent estimated time unit type.
ElapsedWeekIndicates Elapsed week time unit type.
ElapsedWeekEstimatedIndicates Elapsed week estimated time unit type.
HourIndicates Hour time unit type.
HourEstimatedIndicates Hour estimated time unit type.
MinuteIndicates Minute time unit type.
MinuteEstimatedIndicates Minute estimated time unit type.
MonthIndicates Month time unit type.
MonthEstimatedIndicates Month estimated time unit type.
NullIndicates Null time unit type.
PercentIndicates Percent time unit type.
PercentEstimatedIndicates Percent estimated time unit type.
UndefinedIndicates Undefined value means that the field was not defined in original project file.
WeekIndicates Week time unit type.
WeekEstimatedIndicates Week estimated time unit type.
YearIndicates 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.