CENTSPAN parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
Line 13: Line 13:
</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.
 
Some of the $functions affected by this CENTSPAN setting are:
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>
<ul>
<li>$sir_date2n
<li><var>[[$Sir_Date2n]]</var>
<li>$sir_date2nd
<li><var>[[$Sir_Date2nd]]</var>
<li>$sir_date2nm
<li><var>[[$Sir_Date2nm]]</var>
<li>$sir_date2ns
<li><var>[[$Sir_Date2ns]]</var>
<li>$sir_dateChg
<li><var>[[$Sir_DateChg]]</var>
<li>$sir_dateChk
<li><var>[[$Sir_DateChk]]</var>
<li>$sir_dateCnv
<li><var>[[$Sir_DateCnv]]</var>
<li>$sir_dateDif
<li><var>[[$Sir_DateDif]]</var>
<li>$web_date2n
<li><var>[[$Web_Date2n]]</var>
<li>$web_date2nd
<li><var>[[$Web_Date2nd]]</var>
<li>$web_date2nm
<li><var>[[$Web_Date2nm]]</var>
<li>$web_date2ns
<li><var>[[$Web_Date2ns]]</var>
</ul>
</ul>
 
Some of the <var class="product">Janus SOAP ULI</var> methods affected by this CENTSPAN setting are:
Some of the <var class="product">Janus SOAP ULI</var> methods affected by the  <var>CENTSPAN</var> parameter are:
<ul>
<ul>
<li><var>[[DaysToString (Float_function)|DaysToString]]</var>
<li><var>[[DaysToString (Float_function)|DaysToString]]</var>
Line 44: Line 48:
<li><var>[[TimeStringConvert (String_function)|TimeStringConvert]]</var>
<li><var>[[TimeStringConvert (String_function)|TimeStringConvert]]</var>
</ul>
</ul>
 
For more information about CENTSPAN, see [[Datetime string formats#Using CENTSPAN|"Using CENTSPAN"]].
For more information about <var>CENTSPAN</var>, see [[Datetime string formats#Using CENTSPAN|"Using CENTSPAN"]].
[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 19:04, 12 September 2012

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 Janus SOAP ULI methods affected by the CENTSPAN parameter are:

For more information about CENTSPAN, see "Using CENTSPAN".