<cDateTime>.Locale

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > BuiltIn Functions > Date and Time > cDateTime > cDateTime_Properties >

<cDateTime>.Locale

 

Description

 

Set or Get locale code for a cDateTime object.

 

Syntax

 

GET

n = <cDateTime>.Locale

 

SET

<cDateTime>.Locale = LCID

 

 

Returns

 

Locale Code

 

Remarks

 

Restrictions

 

See also

 

Examples