Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / GeneralFormatter Class / DecodeDateString Method


In This Topic
DecodeDateString Method
In This Topic
Parses the date string into a numerical date value.
Syntax
'Declaration
 
Protected Overridable Function DecodeDateString( _
   ByVal szData As String, _
   ByVal iDataLen As Integer, _
   ByRef dtRetDate As Object, _
   ByRef dateFormat As String, _
   ByRef timeFormat As String _
) As Integer
 
'Usage
 
Dim instance As GeneralFormatter
Dim szData As String
Dim iDataLen As Integer
Dim dtRetDate As Object
Dim dateFormat As String
Dim timeFormat As String
Dim value As Integer
 
value = instance.DecodeDateString(szData, iDataLen, dtRetDate, dateFormat, timeFormat)

Parameters

szData
iDataLen
dtRetDate
dateFormat
timeFormat

Return Value

defines FPSE_DECODE_... (in file: sedt_cls.h)
See Also