SIMPOL Documentation

Chapter 95. uisyshelp

Table of Contents

This is a very useful library for working with the user interface. It includes functions and types for retrieving the locale information (both Windows and Linux), a listpicker() for providing a pick list, functions for retrieving the screen size, default font, system colors, and much more. See the source for details.

localecalendar

Description

Type Tags

None

Object Value

Objects of type localecalendar have no value, and it is an error to try to get or set this value.

localecalendar.new()

Description

Prototype

localecalendar.new ()

Parameters

None

Properties

PropertyTypeDescription
dayname1string
dayname1abbrevstring
dayname2string
dayname2abbrevstring
dayname3string
dayname3abbrevstring
dayname4string
dayname4abbrevstring
dayname5string
dayname5abbrevstring
dayname6string
dayname6abbrevstring
dayname7string
dayname7abbrevstring
getdayabbrevfunction
getdaynamesfunction
getmonthabbrevfunction
getmonthnamesfunction
monthname1string
monthname10string
monthname10abbrevstring
monthname11string
monthname11abbrevstring
monthname12string
monthname12abbrevstring
monthname13string
monthname13abbrevstring
monthname1abbrevstring
monthname2string
monthname2abbrevstring
monthname3string
monthname3abbrevstring
monthname4string
monthname4abbrevstring
monthname5string
monthname5abbrevstring
monthname6string
monthname6abbrevstring
monthname7string
monthname7abbrevstring
monthname8string
monthname8abbrevstring
monthname9string
monthname9abbrevstring
typetype

Methods

getdayabbrev()

Description

Prototype

localecalendarvar.getdayabbrev ( localecalendar me, string sepchar )

Parameters
ParameterDefault valueType nameDescription
meNonelocalecalendar
sepchar,string

getdaynames()

Description

Prototype

localecalendarvar.getdaynames ( localecalendar me, string sepchar )

Parameters
ParameterDefault valueType nameDescription
meNonelocalecalendar
sepchar,string

getmonthabbrev()

Description

Prototype

localecalendarvar.getmonthabbrev ( localecalendar me, string sepchar )

Parameters
ParameterDefault valueType nameDescription
meNonelocalecalendar
sepchar,string

getmonthnames()

Description

Prototype

localecalendarvar.getmonthnames ( localecalendar me, string sepchar )

Parameters
ParameterDefault valueType nameDescription
meNonelocalecalendar
sepchar,string