Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 982 Bytes

Project.Application.TimescaleStart.md

File metadata and controls

38 lines (22 loc) · 982 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.TimescaleStart property (Project)
project-server
Project.Application.TimescaleStart
001e0556-e1b4-d817-868a-834970becc46
06/08/2017
medium

Application.TimescaleStart property (Project)

Gets the date that the timescale in the current view starts. Read-only Variant.

Syntax

expression. TimescaleStart

expression An expression that returns an Application object.

Remarks

Project adjusts the start of the timescale to the beginning of a time period. To change the timescale duration, use any of the following methods: ZoomTimescale, ZoomOut, ZoomIn, or Zoom.

Example

If the Gantt chart timescale starts on May 3, 2012, the following statement shows 5/3/2012 in the Immediate pane of the VBE.

Debug.Print TimescaleStart

[!includeSupport and feedback]