CENTSPAN parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
 
m (misc cleanup)
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template:CENTSPAN parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 10: Line 11:
<dd>All
<dd>All
<dt>Introduced
<dt>Introduced
<dd>Before [[Sirius Mods]] 6.7
<dd>Before <var class="product">Sirius Mods</var> 6.7
</dl>
</dl>
==Description==
==Description==
The CENTSPAN system parameter is a numeric parameter that indicates the default
The <var>CENTSPAN</var> system parameter is a numeric parameter that indicates the default
CENTSPAN value to be used in a wide variety of $functions for the processing of dates containing two-digit years.
<var>CENTSPAN</var> argument
The default setting for CENTSPAN (-50) means that start of the assumed range
value to be used in a wide variety of $functions for the processing of dates containing two-digit years.
The default setting for <var>CENTSPAN</var> (-50) means that start of the assumed range
for two-digit years (in affected $functions) is 50 years before the current date.
for two-digit years (in affected $functions) is 50 years before the current date.
The minimum value of <var>CENTSPAN</var> is -99 and
the maximum value is 9900.
Some of the $functions affected by the <var>CENTSPAN</var> parameter are:
<ul>
<li><var>[[$Sir_Date2N]]</var> </li>
<li><var>[[$Sir_Date2ND]]</var> </li>
<li><var>[[$Sir_Date2NM]]</var> </li>
<li><var>[[$Sir_Date2NS]]</var> </li>
<li><var>$Sir_DateChg</var>, <var>$Sir_DateChk</var>, <var>$Sir_DateCnv</var>, <var>$Sir_DateDif</var> (see [[Media:SirfieldNew.pdf|Sir2000 Field Migration Facility]]) </li>


Some of the $functions affected by this CENTSPAN setting are:
<li><var>[[$Web_Date2D, $Web_Date2N, $Web_Date2ND, $Web_Date2NM, $Web_Date2NS|$Web_Date2N]]</var> </li>
 
<li><var>[[$Web_Date2D, $Web_Date2N, $Web_Date2ND, $Web_Date2NM, $Web_Date2NS|$Web_Date2ND]]</var> </li>
 
<li><var>[[$Web_Date2D, $Web_Date2N, $Web_Date2ND, $Web_Date2NM, $Web_Date2NS|$Web_Date2NM]]</var> </li>
 
<li><var>[[$Web_Date2D, $Web_Date2N, $Web_Date2ND, $Web_Date2NM, $Web_Date2NS|$Web_Date2NS]]</var> </li>
</ul>
Some of the <var class="product">SOUL</var> methods affected by the  <var>CENTSPAN</var> parameter are:
<ul>
<ul>
<li>$sir_date2n
<li><var>[[DaysToString (Float_function)|DaysToString]]</var> </li>
<li>$sir_date2nd
 
<li>$sir_date2nm
<li><var>[[MillisecondsToString (Float_function)|MillisecondsToString ]]</var> </li>
<li>$sir_date2ns
 
<li>$sir_dateChg
<li><var>[[SecondsToString (Float_function)|SecondsToString]]</var> </li>
<li>$sir_dateChk
 
<li>$sir_dateCnv
<li><var>[[StringToDays (String_function)|StringToDays]]</var> </li>
<li>$sir_dateDif
 
<li>$web_date2n
<li><var>[[StringToMilliseconds (String_function)|StringToMilliseconds]]</var> </li>
<li>$web_date2nd
 
<li>$web_date2nm
<li><var>[[StringToSeconds (String_function)|StringToSeconds]]</var> </li>
<li>$web_date2ns
</ul>


Some of the <var class="product">Janus SOAP ULI</var> methods affected by this CENTSPAN setting are:
<li><var>[[TimeStringConvert (String_function)|TimeStringConvert]]</var> </li>
<ul>
<li><var>StringToDays</var>
<li><var>DaysToString</var>
</ul>
</ul>
For more information about <var>CENTSPAN</var>, see [[Datetime string formats#Using CENTSPAN|Using CENTSPAN]].


For more information about CENTSPAN, see [[Date processing#CENTSPAN usage|CENTSPAN usage]].
[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 20:42, 22 September 2015

CENTSPAN for date $functions

Summary

Default value
-50
Parameter type
System
Where set
User 0 CCAIN parameters
Related products
All
Introduced
Before Sirius Mods 6.7

Description

The CENTSPAN system parameter is a numeric parameter that indicates the default CENTSPAN argument value to be used in a wide variety of $functions for the processing of dates containing two-digit years. The default setting for CENTSPAN (-50) means that start of the assumed range for two-digit years (in affected $functions) is 50 years before the current date.

The minimum value of CENTSPAN is -99 and the maximum value is 9900.

Some of the $functions affected by the CENTSPAN parameter are:

Some of the SOUL methods affected by the CENTSPAN parameter are:

For more information about CENTSPAN, see Using CENTSPAN.