DatStat Illume 4.5 SDK Class Reference

WebServiceContext.RunDateRangeQuery Method

Returns results for each requested variable for the given surveyName and date or date range.

Overload List

Returns results for each requested variable for the given date range and survey.

public void RunDateRangeQuery(TextWriter,DateTime,DateTime,String,SDK_ResultsType,Boolean,Boolean,String[]);

Returns results for each requested variable for the given date and surveyName.

public void RunDateRangeQuery(TextWriter,DateTime,String,SDK_ResultsType,Boolean,Boolean,String[]);

Remarks

Results are written to the TextWriter stream in the format given by the outputType parameter.

See Also

WebServiceContext Class | DatStat.SDK.WebServiceWrappers Namespace | SDK_ResultsType