ChartDirector 7.1 (.NET Edition)

Chart.NTime2


Usage

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

Description

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

This method is the reverse of Chart.CTime2.

Arguments

ArgumentDefaultDescription
times(Mandatory)An array of numbers representing dates/times using ChartDirector's date/time format.

Return Value

An array of .NET DateTime objects.