Prj.TimescaleFinish
Prj.TimescaleFinish field
The date that the timescale in the view finishes.
public static readonly Key<DateTime, PrjKey> TimescaleFinish;
Examples
Shows how to read/write Prj.TimescaleFinish property.
var project = new Project();
project.Set(Prj.TimescaleFinish, new DateTime(2020, 4, 10, 9, 0, 0));
Console.WriteLine("Timescale Finish: " + project.Get(Prj.TimescaleFinish));
See Also
- struct Key<T,K>
- enum PrjKey
- class Prj
- namespace Aspose.Tasks
- assembly Aspose.Tasks