Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / GeneralFormatter Class / MatchStringToMonthName Method
Text size
Return month name
Length of return month name
Whether month name is long name


In This Topic
MatchStringToMonthName Method
In This Topic
Determines if the passed string begins with one of the month names.
Syntax
'Declaration
 
Protected Overridable Function MatchStringToMonthName( _
   ByVal szText As String, _
   ByRef iRetMonth As Integer, _
   ByRef iRetMonthNameLen As Integer, _
   ByRef longName As Boolean _
) As Boolean
 
'Usage
 
Dim instance As GeneralFormatter
Dim szText As String
Dim iRetMonth As Integer
Dim iRetMonthNameLen As Integer
Dim longName As Boolean
Dim value As Boolean
 
value = instance.MatchStringToMonthName(szText, iRetMonth, iRetMonthNameLen, longName)

Parameters

szText
Text size
iRetMonth
Return month name
iRetMonthNameLen
Length of return month name
longName
Whether month name is long name
See Also