Uses of Enum Class
com.aspose.tasks.cloud.model.TimeUnitType
Packages that use TimeUnitType
-
Uses of TimeUnitType in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return TimeUnitTypeModifier and TypeMethodDescriptionstatic TimeUnitType
TaskBaseline.getDurationFormat()
The format for expressing the duration of the task baseline.TaskLink.getLagFormat()
Get lagFormatResourceAssignment.getLevelingDelayFormat()
Returns or sets the duration format of a delay.Task.getLevelingDelayFormat()
LevelingDelayFormatDuration.getTimeUnit()
Gets or sets the time units which will be used to display duration in MS Project.TimephasedData.getUnit()
The time unit of a timephased data period.TimeUnitType.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static TimeUnitType
Returns the enum constant of this class with the specified name.static TimeUnitType[]
TimeUnitType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.aspose.tasks.cloud.model with parameters of type TimeUnitTypeModifier and TypeMethodDescriptionTaskBaseline.durationFormat
(TimeUnitType durationFormat) TaskLink.lagFormat
(TimeUnitType lagFormat) ResourceAssignment.levelingDelayFormat
(TimeUnitType levelingDelayFormat) Task.levelingDelayFormat
(TimeUnitType levelingDelayFormat) void
TaskBaseline.setDurationFormat
(TimeUnitType durationFormat) void
TaskLink.setLagFormat
(TimeUnitType lagFormat) void
ResourceAssignment.setLevelingDelayFormat
(TimeUnitType levelingDelayFormat) void
Task.setLevelingDelayFormat
(TimeUnitType levelingDelayFormat) void
Duration.setTimeUnit
(TimeUnitType timeUnit) void
TimephasedData.setUnit
(TimeUnitType unit) Duration.timeUnit
(TimeUnitType timeUnit) TimephasedData.unit
(TimeUnitType unit) void
TimeUnitType.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, TimeUnitType enumeration)