Project.GetDuration
Innehåll
[
Dölj
]GetDuration(double)
BlirDuration
objekt med angivet antal enheter och standardvaraktighetsformat som definieras i projektets inställningarDurationFormat
.
public Duration GetDuration(double val)
Parameter | Typ | Beskrivning |
---|---|---|
val | Double | specificerat antal enheter. |
Returvärde
Varaktighet objekt.
Se även
- struct Duration
- class Project
- namnutrymme Aspose.Tasks
- hopsättning Aspose.Tasks
GetDuration(double, TimeUnitType)
BlirDuration
objekt med det angivna antaletTimeUnitType
enheter.
public Duration GetDuration(double val, TimeUnitType timeUnit)
Parameter | Typ | Beskrivning |
---|---|---|
val | Double | specificerat antal enheter. |
timeUnit | TimeUnitType | specificerat TimeUnitType-värde. |
Returvärde
Varaktighet objekt.
Se även
- struct Duration
- enum TimeUnitType
- class Project
- namnutrymme Aspose.Tasks
- hopsättning Aspose.Tasks
GetDuration(TimeSpan, TimeUnitType)
BlirDuration
objekt med det angivnaTimeSpan värde och specificeratTimeUnitType
värde.
public Duration GetDuration(TimeSpan timeSpan, TimeUnitType timeUnit)
Parameter | Typ | Beskrivning |
---|---|---|
timeSpan | TimeSpan | specificeradTimeSpan värde. |
timeUnit | TimeUnitType | specificerat TimeUnitType-värde. |
Returvärde
Varaktighet objekt.
Se även
- struct Duration
- enum TimeUnitType
- class Project
- namnutrymme Aspose.Tasks
- hopsättning Aspose.Tasks