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 removePeriod: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg_pham (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
[[Category:Data_Cache_Functions]]

{{HelpFiles}}


====DCS_removePeriod====
====DCS_removePeriod====

Latest revision as of 07:37, 12 December 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