[]
Determines if the passed string begins with one of the month names.
protected virtual bool MatchStringToMonthName(string szText, out int iRetMonth, out int iRetMonthNameLen, out bool longName)
Protected Overridable Function MatchStringToMonthName(szText As String, ByRef iRetMonth As Integer, ByRef iRetMonthNameLen As Integer, ByRef longName As Boolean) As Boolean
Type | Name | Description |
---|---|---|
string | szText | Text size |
int | iRetMonth | Return month name |
int | iRetMonthNameLen | Length of return month name |
bool | longName | Whether month name is long name |
Type | Description |
---|---|
bool | true if is matched;otherwise false |