DateParser
Overview
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
constructor
constructor
DateParser()
init()
DateParser()
Sub New()
Equals virtual (declared in Object)
Default constructor.
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
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
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
class method TryParse(aDateTime: String; aFormat: String; aLocale: Locale; out output: DateTime; aOptions: DateParserOptions): Boolean
static Boolean TryParse(String aDateTime, String aFormat, Locale aLocale, out DateTime output, DateParserOptions aOptions)
static func TryParse(_ aDateTime: String, _ aFormat: String, _ aLocale: Locale, _ output: DateTime, _ aOptions: DateParserOptions) -> Boolean
Parameters:
- aDateTime:
- aFormat:
- aLocale:
- output:
- aOptions:
class method TryParse(aDateTime: String; aFormat: String; out output: DateTime; aOptions: DateParserOptions): Boolean
static Boolean TryParse(String aDateTime, String aFormat, out DateTime output, DateParserOptions aOptions)
static func TryParse(_ aDateTime: String, _ aFormat: String, _ output: DateTime, _ aOptions: DateParserOptions) -> Boolean
Parameters:
- aDateTime:
- aFormat:
- output:
- aOptions:
class method TryParse(aDateTime: String; aLocale: Locale; out output: DateTime; aOptions: DateParserOptions): Boolean
static Boolean TryParse(String aDateTime, Locale aLocale, out DateTime output, DateParserOptions aOptions)
static func TryParse(_ aDateTime: String, _ aLocale: Locale, _ output: DateTime, _ aOptions: DateParserOptions) -> Boolean
Parameters:
- aDateTime:
- aLocale:
- output:
- aOptions:
class method TryParse(aDateTime: String; out output: DateTime; aOptions: DateParserOptions): Boolean
Parameters:
- aDateTime:
- output:
- aOptions:
TryParseISO8601
Parameters:
- aDateTime:
- output:
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
class method TryParse(aDateTime: String; aFormat: String; aLocale: Locale; out output: DateTime; aOptions: DateParserOptions): Boolean
static Boolean TryParse(String aDateTime, String aFormat, Locale aLocale, out DateTime output, DateParserOptions aOptions)
static func TryParse(_ aDateTime: String, _ aFormat: String, _ aLocale: Locale, _ output: DateTime, _ aOptions: DateParserOptions) -> Boolean
Parameters:
- aDateTime:
- aFormat:
- aLocale:
- output:
- aOptions:
class method TryParse(aDateTime: String; aFormat: String; out output: DateTime; aOptions: DateParserOptions): Boolean
static Boolean TryParse(String aDateTime, String aFormat, out DateTime output, DateParserOptions aOptions)
static func TryParse(_ aDateTime: String, _ aFormat: String, _ output: DateTime, _ aOptions: DateParserOptions) -> Boolean
Parameters:
- aDateTime:
- aFormat:
- output:
- aOptions:
class method TryParse(aDateTime: String; aLocale: Locale; out output: DateTime; aOptions: DateParserOptions): Boolean
static Boolean TryParse(String aDateTime, Locale aLocale, out DateTime output, DateParserOptions aOptions)
static func TryParse(_ aDateTime: String, _ aLocale: Locale, _ output: DateTime, _ aOptions: DateParserOptions) -> Boolean
Parameters:
- aDateTime:
- aLocale:
- output:
- aOptions:
class method TryParse(aDateTime: String; out output: DateTime; aOptions: DateParserOptions): Boolean
Parameters:
- aDateTime:
- output:
- aOptions:
TryParseISO8601
Parameters:
- aDateTime:
- output:
constructor
constructor
DateParser()
init()
DateParser()
Sub New()
Equals virtual (declared in Object)
Default constructor.
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.