Show contents 

Ms > Ms Assembly Interfaces > IMsTimeMatrix > IMsTimeMatrix.StartDate

IMsTimeMatrix.StartDate

Fore Syntax

StartDate: DateTime;

Fore.NET Syntax

StartDate: System.DateTime;

Description

The StartDate property returns the series start date.

Comments

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

Fore and Fore.NET Examples

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

See also:

IMsTimeMatrix