Click or drag to resize

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
)

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