DateTimeExtToShortMonthName Method |
[Missing <summary> documentation for "M:Stimulsoft.Base.Helpers.DateTimeExt.ToShortMonthName(System.DateTime)"]
Namespace:
Stimulsoft.Base.Helpers
Assembly:
Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax public static string ToShortMonthName(
this DateTime dateTime
)
<ExtensionAttribute>
Public Shared Function ToShortMonthName (
dateTime As DateTime
) As String
Parameters
- dateTime
- Type: SystemDateTime
[Missing <param name="dateTime"/> documentation for "M:Stimulsoft.Base.Helpers.DateTimeExt.ToShortMonthName(System.DateTime)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Stimulsoft.Base.Helpers.DateTimeExt.ToShortMonthName(System.DateTime)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
DateTime. 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).
See Also