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 save: 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]]
[[Category:Data_Cache_Functions]]

{{HelpFiles}}


====DCS_save====
====DCS_save====
Line 18: Line 18:
empty
empty


'''Example'''
'''Examples'''  


''DCS_clearPeriods();''
''DCS_clearPeriods();''


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


''DCS_save()''
''array end = {2011, 12, 24, 0, 0, 0, 0, 51, 63};''
 
''DCS_addPeriod(start, end);''<br>
 
''DCS_save();''<br>
 
[[Image:DCS_-_Time_frame.jpg]]


'''Availability'''
'''Availability'''

Latest revision as of 07:20, 20 December 2011



DCS_save

Save the current data cache specification to the database

Syntax

DCS_save()

Arguments

None

Return value

empty

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