Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.05 KB

Project.Application.TimescaleFinish.md

File metadata and controls

41 lines (25 loc) · 1.05 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.TimescaleFinish property (Project)
vbapj.chm132757
vbapj.chm132757
project-server
Project.Application.TimescaleFinish
66c07ebc-ee68-bf4c-9af1-c894d4617e44
06/08/2017
medium

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

[!includeSupport and feedback]