Modifier and Type | Method and Description |
---|---|
static TimephasedData |
TimephasedData.createCostTimephased(int uid,
Date start,
Date finish,
double value,
int timeUnit,
int type)
Creates and initializes a new instance of the
TimephasedData class for cost-based time phased data. |
static TimephasedData |
TimephasedData.createWorkTimephased(int uid,
Date start,
Date finish,
Double value,
int timeUnit,
int type)
Creates and initializes a new instance of the
Aspose.Tasks.TimephasedData class for work-based time phased data. |
TimephasedData |
TimephasedDataCollection.get(int index) |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericList<TimephasedData> |
TimephasedDataCollection.selectBetweenStartAndFinish(int timephasedDataType,
Date startTime,
Date finishTime)
Selects all timephases between
startTime and finishTime . |
List<TimephasedData> |
TimephasedDataCollection.toList()
Converts the TimephasedDataCollection object to a list of
TimephasedData objects. |
Modifier and Type | Method and Description |
---|---|
boolean |
TimephasedDataCollection.add(TimephasedData item)
Adds
TimephasedData instance to this collection object. |
boolean |
TimephasedDataCollection.containsItem(TimephasedData item)
Determines whether the
TimephasedDataCollection contains a specific value. |
void |
TimephasedDataCollection.copyToTArray(TimephasedData[] array,
int arrayIndex)
Copies the elements of the
TimephasedDataCollection to an T:System.Array ,
starting at a particular T:System.Array index. |
void |
TimephasedDataCollection.remove(TimephasedData td)
Removes
TimephasedData instance from this collection object. |
Modifier and Type | Method and Description |
---|---|
void |
TimephasedDataCollection.addRange(Iterable<TimephasedData> timephased)
Adds a collection of
TimephasedData instances to this collection object. |
Date |
ResourceAssignment.makeTPs(Date start,
double time,
Calendar calendar,
List<TimephasedData> outTP,
boolean isWorking,
int type)
Generates a list of time phased data.
|
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.