title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.TimescaleFinish property (Project) |
vbapj.chm132757 |
|
project-server |
|
66c07ebc-ee68-bf4c-9af1-c894d4617e44 |
06/08/2017 |
medium |
Gets the date and time that the timescale in the current view ends. Read-only Variant.
expression. TimescaleFinish
expression An expression that returns an Application object.
The end of the timescale in a Gantt chart can be moved to a position within the time period. To change the timescale duration, use any of the following methods: ZoomTimescale, ZoomOut, ZoomIn, or Zoom.
If the Gantt chart timescale ends on June 2, 2012, the following statement shows 6/2/2012 2:51:00 PM in the Immediate pane of the VBE.
Debug.Print TimescaleFinish
[!includeSupport and feedback]