Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

DCS addPeriod: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg_pham (talk | contribs)
No edit summary
Line 1: Line 1:
[[Category:HelpBooks]]
[[Category:Data_Cache_Functions]]





Revision as of 03:58, 22 March 2011



DCS_addPeriod

Add a period of time to a questionnaire cache's time frame

Syntax

DCS_addPeriod(fromDate,toDate)

Arguments

  • fromDate: is an array, it must follow the format of what generated by getDateTime function
  • toDate: is an array, it must follow the format of what generated by getDateTime function

Return type

None

Examples

array start = {2008, 1, 24, 0, 0, 0, 0, 4, 63};

array end = {2008, 1, 25, 0, 0, 0, 0, 4, 63};

DCS_addPeriod(start, end);

Availability

Version 5.5