ExtensionMonthOfYear Method |  |
Label of month
Namespace:
Velo.Data.Helper
Assembly:
Velo.Data (in Velo.Data.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic static string MonthOfYear(
this int pMonth
)
<ExtensionAttribute>
Public Shared Function MonthOfYear (
pMonth As Integer
) As String
Parameters
- pMonth
- Type: SystemInt32
Number of month
Return Value
Type:
StringLabel of month
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Int32. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
Remarks
See Also