[]
Parses the date string into a numerical date value.
protected virtual int DecodeDateString(string szData, int iDataLen, out object dtRetDate, out string dateFormat, out string timeFormat)
Protected Overridable Function DecodeDateString(szData As String, iDataLen As Integer, ByRef dtRetDate As Object, ByRef dateFormat As String, ByRef timeFormat As String) As Integer
Type | Name | Description |
---|---|---|
string | szData | |
int | iDataLen | |
object | dtRetDate | |
string | dateFormat | |
string | timeFormat |
Type | Description |
---|---|
int | defines FPSE_DECODE_... (in file: sedt_cls.h) |