StringToDate

Parses a datetime string with the user's current settings and returns a .NET datetime object.

Syntax

StringToDate(1, 2)

Function Properties

OrdinalTypeDescription
1stringRequiredString to parse
2stringRequiredCharacter set used for encoding. This function defaults to UTC-8 if not specified. You can also specify UTC-16.

Usage

System returns a datetime object with a value of 8am on October 31st, 2009.