Project.GetDuration
GetDuration(double)
获取Duration
具有在项目设置中定义的指定单位数和默认持续时间格式的对象DurationFormat
.
public Duration GetDuration(double val)
范围 | 类型 | 描述 |
---|---|---|
val | Double | 指定数量的单位。 |
返回值
持续时间对象。
也可以看看
- struct Duration
- class Project
- 命名空间 Aspose.Tasks
- 部件 Aspose.Tasks
GetDuration(double, TimeUnitType)
获取Duration
具有指定数量的对象TimeUnitType
单位.
public Duration GetDuration(double val, TimeUnitType timeUnit)
范围 | 类型 | 描述 |
---|---|---|
val | Double | 指定数量的单位。 |
timeUnit | TimeUnitType | 指定的 TimeUnitType 值。 |
返回值
持续时间对象。
也可以看看
- struct Duration
- enum TimeUnitType
- class Project
- 命名空间 Aspose.Tasks
- 部件 Aspose.Tasks
GetDuration(TimeSpan, TimeUnitType)
获取Duration
具有指定对象TimeSpan值和指定TimeUnitType
值.
public Duration GetDuration(TimeSpan timeSpan, TimeUnitType timeUnit)
范围 | 类型 | 描述 |
---|---|---|
timeSpan | TimeSpan | 指定的TimeSpan价值。 |
timeUnit | TimeUnitType | 指定的 TimeUnitType 值。 |
返回值
持续时间对象。
也可以看看
- struct Duration
- enum TimeUnitType
- class Project
- 命名空间 Aspose.Tasks
- 部件 Aspose.Tasks