Application.TimescaleFinish property (Project)

Gets the date and time that the timescale in the current view ends. Read-only Variant.

Syntax

expression. TimescaleFinish

expression An expression that returns an Application object.

Remarks

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.

Example

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

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.