| DfsDLLAccessdfsSetEqCalendarAxis Method  | 
            wrapped dfsSetEqCalendarAxis
            
 
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic static int dfsSetEqCalendarAxis(
	IntPtr pdfs,
	string start_date,
	string start_time,
	int n_eum_unit,
	double tstart,
	double tstep,
	int tindex
)
Public Shared Function dfsSetEqCalendarAxis ( 
	pdfs As IntPtr,
	start_date As String,
	start_time As String,
	n_eum_unit As Integer,
	tstart As Double,
	tstep As Double,
	tindex As Integer
) As Integer
public:
static int dfsSetEqCalendarAxis(
	IntPtr pdfs, 
	String^ start_date, 
	String^ start_time, 
	int n_eum_unit, 
	double tstart, 
	double tstep, 
	int tindex
)
static member dfsSetEqCalendarAxis : 
        pdfs : IntPtr * 
        start_date : string * 
        start_time : string * 
        n_eum_unit : int * 
        tstart : float * 
        tstep : float * 
        tindex : int -> int 
Parameters
- pdfs
 - Type: SystemIntPtr
 - start_date
 - Type: SystemString
 - start_time
 - Type: SystemString
 - n_eum_unit
 - Type: SystemInt32
 - tstart
 - Type: SystemDouble
 - tstep
 - Type: SystemDouble
 - tindex
 - Type: SystemInt32
 
Return Value
Type: 
Int32
See Also