[VB] | Public Shared Function chartTime(y As Integer, m As Integer, d As Integer [, h As Integer [, n As Integer [, s As Integer ]]]) As Double |
[C#] | public static double chartTime(int y, int m, int d [, int h [, int n [, int s ]]]); |
ChartDirector 5.1 (.NET Edition)
Chart.chartTime
Usage
[VB] | Public Shared Function chartTime(y As Integer, m As Integer, d As Integer [, h As Integer [, n As Integer [, s As Integer ]]]) As Double |
[C#] | public static double chartTime(int y, int m, int d [, int h [, int n [, int s ]]]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
y | (Mandatory) | The year component of the given time. |
m | (Mandatory) | The month component of the given time |
d | (Mandatory) | The day of month component of the given time. |
h | 0 | The hour component of the given time. |
n | 0 | The minute component of the given time. |
s | 0 | The second component of the given time. |
Return Value