More actions
jrfconvert import |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category: | [[Category:Data_Cache_Functions]] | ||
| | ||
Revision as of 04:00, 22 March 2011
DCS_removePeriod
Remove start & end date time of time frame of exists DCS.
Syntax
DCS_removePeriod(fromDate,toDate)
Arguments
fromDate, toDate: is a date with type of array
Return type
None
Examples
array c = {2008,1,24,0,0,0,0, 4 , 63};
array d = {2008,1,25,0,0,0,0, 4 , 63};
DCS_addPeriod(c,d);
DCS_removePeriod(c,d);
Availability
Version 5.6