Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
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 van (talk | contribs)
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
{{HelpFiles}}



====DCS_addPeriod====
==== DCS_addPeriod ====


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


'''Syntax'''
'''Syntax'''  


DCS_addPeriod(''fromDate,toDate'')
DCS_addPeriod(''fromDate,toDate'')  


'''Arguments'''
'''Arguments'''  


* ''fromDate: ''is an array, it must follow the format of what generated by ''getDateTime ''function
*''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
*''toDate'': is an array, it must follow the format of what generated by ''getDateTime ''function


'''Return type'''
'''Return type'''  


None
None  


'''Examples'''
'''Examples'''  


''array start = {2008, 1, 24, 0, 0, 0, 0, 4, 63}; ''
''DCS_clearPeriods();''


''array end = {2008, 1, 25, 0, 0, 0, 0, 4, 63}; ''
''array start = {2011, 3, 24, 0, 0, 0, 0, 12, 63};''


''DCS_addPeriod(start, end); ''
''array end = {2011, 12, 24, 0, 0, 0, 0, 51, 63};''


'''Availability'''
''DCS_addPeriod(start, end);''<br>


Version 5.5
''DCS_save();''<br>
__NOTOC__
 
<!-- imported from file: 5581.htm-->
[[Image:DCS_-_Time_frame.jpg]]
 
'''Availability'''
 
Version 5.5 __NOTOC__ <!-- imported from file: 5581.htm-->  
 
[[Category:Data_Cache_Functions]]

Latest revision as of 05:02, 20 December 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

DCS_clearPeriods();

array start = {2011, 3, 24, 0, 0, 0, 0, 12, 63};

array end = {2011, 12, 24, 0, 0, 0, 0, 51, 63};

DCS_addPeriod(start, end);

DCS_save();

Availability

Version 5.5