| Last updated: 2010-09-04 |
| Miscellaneous | index | previous | next |
| DateTimeOptions(dateOrder;startingDay) |
| Argument | required | type | range | default | notes |
| dateOrder | int | 1..3 | mdy | date order constants | |
| startingDay | int | 1..7 | 1 |
| Examples: |
| DateTimeOptions(ymd) // year|month|day |
| DateTimeOptions(mdy;1) // US date format |
| DateTimeOptions(dmy;2) // week begins on Monday (ISO 8601) |
| Notes: |
| Place DateTimeOptions() before ChartData()! |
| startingDay is used for calculating the week of the year. |
| 1...Sunday (default), 2...Monday, etc. |
| SetDecimalPoint(char) |
| Argument | required | type | range | default | notes |
| char | | str | 1..1 | "." |
| Examples: |
|
SetDecimalPoint(",") |
| SetDecimalPoint(".") |
| Notes: |
| For number formatting only. Decimal numbers can be entered using a decimal point or decimal comma. |
| SetThousandsSep(char) |
| Argument | required | type | range | default | notes |
| char | | str | 0..1 | "" |
| Examples: |
|
SetThousandsSep(",") |
| SetThousandsSep("'") |
| Notes: |
| For number formatting only. A thousands separator is not permitted for data entry. |
| ©2010 X2max Software | index | previous | next |