Locale
Overview
Class that can hold a platform specific locale.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
constructor (declared in Object)
constructor
Locale()
init()
Locale()
Sub New()
constructor (String)
constructor(aLocale: String)
Locale(String aLocale)
init(_ aLocale: String)
Locale(String aLocale)
Sub New(aLocale As String)
Parameters:
- aLocale:
constructor (PlatformLocale, Boolean)
constructor(aLocaleID: PlatformLocale; aIsReadOnly: Boolean := false)
Locale(PlatformLocale aLocaleID, Boolean aIsReadOnly = false)
init(_ aLocaleID: PlatformLocale, _ aIsReadOnly: Boolean = false)
Locale(PlatformLocale aLocaleID, Boolean aIsReadOnly)
Sub New(aLocaleID As PlatformLocale, aIsReadOnly As Boolean = false)
Parameters:
- aLocaleID:
- aIsReadOnly:
Current
Returns the system locale.
class property Current: Locale read;
class Locale Current { get; }
static var Current: Locale { get{} }
class Locale Current { __get; }
Shared ReadOnly Property Current() As Locale
DateTimeFormat
Returns datetime info for this locale.
property DateTimeFormat: DateTimeFormatInfo read;
DateTimeFormatInfo DateTimeFormat { get; }
var DateTimeFormat: DateTimeFormatInfo { get{} }
DateTimeFormatInfo DateTimeFormat { __get; }
ReadOnly Property DateTimeFormat() As DateTimeFormatInfo
Equals virtual (declared in Object)
Default constructor.
method Equals(aOther: Object): Boolean
Boolean Equals(Object aOther)
func Equals(_ aOther: Object) -> Boolean
Boolean Equals(Object aOther)
Function Equals(aOther As Object) As Boolean
Parameters:
- aOther: the reference to compare this with.
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
GetHashCode virtual (declared in Object)
Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
Identifier
name of this locale.
property Identifier: not nullable String read;
String! Identifier { get; }
var Identifier: String { get{} }
String Identifier { __get; }
ReadOnly Property Identifier() As String
Invariant
Returns invariant locale.
class property Invariant: Locale read;
class Locale Invariant { get; }
static var Invariant: Locale { get{} }
class Locale Invariant { __get; }
Shared ReadOnly Property Invariant() As Locale
NumberFormat
returns the number format info for this locale.
property NumberFormat: NumberFormatInfo read;
NumberFormatInfo NumberFormat { get; }
var NumberFormat: NumberFormatInfo { get{} }
NumberFormatInfo NumberFormat { __get; }
ReadOnly Property NumberFormat() As NumberFormatInfo
PlatformLocale
Returns the underlying locale type.
property PlatformLocale: PlatformLocale read;
PlatformLocale PlatformLocale { get; }
var PlatformLocale: PlatformLocale { get{} }
PlatformLocale PlatformLocale { __get; }
ReadOnly Property PlatformLocale() As PlatformLocale
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
class method ReferenceEquals(a: Object; b: Object): Boolean
static Boolean ReferenceEquals(Object a, Object b)
static func ReferenceEquals(_ a: Object, _ b: Object) -> Boolean
static Boolean ReferenceEquals(Object a, Object b)
Shared Function ReferenceEquals(a As Object, b As Object) As Boolean
Parameters:
- a: left value
- b: right value
ToString virtual (declared in Object)
Gets the string representation of this method.
method ToString: String
String ToString()
func ToString() -> String
String ToString()
Function ToString() As String
DateTimeFormat
Returns datetime info for this locale.
property DateTimeFormat: DateTimeFormatInfo read;
DateTimeFormatInfo DateTimeFormat { get; }
var DateTimeFormat: DateTimeFormatInfo { get{} }
DateTimeFormatInfo DateTimeFormat { __get; }
ReadOnly Property DateTimeFormat() As DateTimeFormatInfo
Identifier
name of this locale.
property Identifier: not nullable String read;
String! Identifier { get; }
var Identifier: String { get{} }
String Identifier { __get; }
ReadOnly Property Identifier() As String
NumberFormat
returns the number format info for this locale.
property NumberFormat: NumberFormatInfo read;
NumberFormatInfo NumberFormat { get; }
var NumberFormat: NumberFormatInfo { get{} }
NumberFormatInfo NumberFormat { __get; }
ReadOnly Property NumberFormat() As NumberFormatInfo
PlatformLocale
Returns the underlying locale type.
property PlatformLocale: PlatformLocale read;
PlatformLocale PlatformLocale { get; }
var PlatformLocale: PlatformLocale { get{} }
PlatformLocale PlatformLocale { __get; }
ReadOnly Property PlatformLocale() As PlatformLocale
Current
Returns the system locale.
class property Current: Locale read;
class Locale Current { get; }
static var Current: Locale { get{} }
class Locale Current { __get; }
Shared ReadOnly Property Current() As Locale
Invariant
Returns invariant locale.
class property Invariant: Locale read;
class Locale Invariant { get; }
static var Invariant: Locale { get{} }
class Locale Invariant { __get; }
Shared ReadOnly Property Invariant() As Locale
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
class method ReferenceEquals(a: Object; b: Object): Boolean
static Boolean ReferenceEquals(Object a, Object b)
static func ReferenceEquals(_ a: Object, _ b: Object) -> Boolean
static Boolean ReferenceEquals(Object a, Object b)
Shared Function ReferenceEquals(a As Object, b As Object) As Boolean
Parameters:
- a: left value
- b: right value
constructor (declared in Object)
constructor
Locale()
init()
Locale()
Sub New()
constructor (String)
constructor(aLocale: String)
Locale(String aLocale)
init(_ aLocale: String)
Locale(String aLocale)
Sub New(aLocale As String)
Parameters:
- aLocale:
constructor (PlatformLocale, Boolean)
constructor(aLocaleID: PlatformLocale; aIsReadOnly: Boolean := false)
Locale(PlatformLocale aLocaleID, Boolean aIsReadOnly = false)
init(_ aLocaleID: PlatformLocale, _ aIsReadOnly: Boolean = false)
Locale(PlatformLocale aLocaleID, Boolean aIsReadOnly)
Sub New(aLocaleID As PlatformLocale, aIsReadOnly As Boolean = false)
Parameters:
- aLocaleID:
- aIsReadOnly:
Equals virtual (declared in Object)
Default constructor.
method Equals(aOther: Object): Boolean
Boolean Equals(Object aOther)
func Equals(_ aOther: Object) -> Boolean
Boolean Equals(Object aOther)
Function Equals(aOther As Object) As Boolean
Parameters:
- aOther: the reference to compare this with.
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
GetHashCode virtual (declared in Object)
Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
ToString virtual (declared in Object)
Gets the string representation of this method.
method ToString: String
String ToString()
func ToString() -> String
String ToString()
Function ToString() As String