Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing in Development Environment > Description of System Assemblies > Ms > Ms Assembly Interfaces > IMsTimeMatrix > IMsTimeMatrix.StartDate

IMsTimeMatrix.StartDate

Syntax

StartDate: DateTime;

Description

The StartDate property returns the series start date.

Comments

To get series end date, use the IMsTimeMatrix.EndDate property.

Example

The property use is given in the example for IMsTimeMatrix.AddConstant.

See also:

IMsTimeMatrix