ChartDirector 5.1 (.NET Edition)

Chart.NTime2


Usage

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

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.