[C#] | public static int getChartYMD(double t); |
[VB] | Public Shared Function getChartYMD(t As Double) As Integer |
ChartDirector 7.1 (.NET Edition)
Chart.
Usage
[C#] | public static int getChartYMD(double t); |
[VB] | Public Shared Function getChartYMD(t As Double) As Integer |
Description
Arguments
Argument | Default | Description |
---|---|---|
t | (Mandatory) | A ChartDirector date/time, that is, a number representing seconds elapsed since 01-01-0001 00:00:00. |
Return Value