Enum TimeUnitType
TimeUnitType enumeration
Anger typen av en tidsenhet.
public enum TimeUnitType
Värderingar
| namn | Värde | Beskrivning |
|---|---|---|
| Undefined | -1 | Indikerar odefinierat värde betyder att fältet inte definierades i den ursprungliga projektfilen. |
| Minute | 0 | Indikerar typ av minuttidsenhet. |
| ElapsedMinute | 1 | Indikerar tidsenhetstyp för förfluten minut. |
| Hour | 2 | Indikerar timtidsenhetstyp. |
| ElapsedHour | 3 | Indikerar förfluten timme tidsenhetstyp. |
| Day | 4 | Indikerar dagtidsenhetstyp. |
| ElapsedDay | 5 | Indikerar tidsenhetstyp för förfluten dag. |
| Week | 6 | Indikerar veckotidsenhetstyp. |
| ElapsedWeek | 7 | Indikerar tidsenhetstyp för förfluten vecka. |
| Month | 8 | Indikerar månads tidsenhetstyp. |
| ElapsedMonth | 9 | Indikerar förfluten månad tidsenhetstyp. |
| Percent | 10 | Indikerar procentuell tidsenhetstyp. |
| ElapsedPercent | 11 | Indikerar förfluten procent av tidsenhetstyp. |
| Null | 12 | Indikerar noll tidsenhetstyp. |
| MinuteEstimated | 13 | Indikerar minut beräknad tidsenhetstyp. |
| ElapsedMinuteEstimated | 14 | Indikerar förfluten minut uppskattad tidsenhetstyp. |
| HourEstimated | 15 | Indikerar timberäknad tidsenhetstyp. |
| ElapsedHourEstimated | 16 | Indikerar beräknad tidsenhetstyp för förfluten timme. |
| DayEstimated | 17 | Indikerar beräknad tidsenhetstyp för dagen. |
| ElapsedDayEstimated | 18 | Indikerar beräknad tidsenhetstyp för förfluten dag. |
| WeekEstimated | 19 | Indikerar veckas uppskattad tidsenhetstyp. |
| ElapsedWeekEstimated | 20 | Indikerar beräknad tidsenhetstyp för förfluten vecka. |
| MonthEstimated | 21 | Indikerar månads uppskattad tidsenhetstyp. |
| ElapsedMonthEstimated | 22 | Indikerar beräknad tidsenhetstyp för förfluten månad. |
| PercentEstimated | 23 | Indikerar procent uppskattad tidsenhetstyp. |
| ElapsedPercentEstimated | 24 | Indikerar förfluten procent uppskattad tidsenhetstyp. |
| Year | 25 | Indikerar årstidsenhetstyp. |
Anmärkningar
Vid export till XML kommer de odefinierade värdena att elimineras från resulterande XML.
Se även
- namnutrymme Aspose.Tasks
- hopsättning Aspose.Tasks