DateFilterIdentifyMonth Method |
Determine if the text is a user-localized month name, and if so, which month it is.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static int IdentifyMonth(
IAppContext appCxt,
string sText,
out string fullName
)
Public Shared Function IdentifyMonth (
appCxt As IAppContext,
sText As String,
<OutAttribute> ByRef fullName As String
) As Integer
Parameters
- appCxt
- Type: NetQuarryIAppContext
The application context. - sText
- Type: SystemString
The text to check. - fullName
- Type: SystemString
The user-localized full month name if item was a month name.
Return Value
Type:
Int32The 1-based month (1-12) if it is a month, else -1.
See Also