ChartDirector 7.1 (.NET Edition)

Chart.CTime2


Usage

[C#]public static double[] CTime2(DateTime[] times);
[VB]Public Shared Function CTime2(times() As DateTime) As Double()

Description

Converts an array of .NET DateTime objects to ChartDirector's date/time format.

This function is similar to Chart.CTime, but operate on an array of .NET DateTime objects instead of a single .NET DateTime object.

Arguments

ArgumentDefaultDescription
times(Mandatory)An array of .NET DateTime objects.

Return Value

An array of numbers representing dates/times in ChartDirector's date/time format.