Click or drag to resize

StiFunctionsDate.MonthName Method (Nullable<DateTime>, String, Boolean)

Returns the name of the month.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static string MonthName(
	Nullable<DateTime> date,
	string culture,
	bool upperCase
)

Parameters

date
Type: System.Nullable<DateTime>

[Missing <param name="date"/> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsDate.MonthName(System.Nullable{System.DateTime},System.String,System.Boolean)"]

culture
Type: System.String

[Missing <param name="culture"/> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsDate.MonthName(System.Nullable{System.DateTime},System.String,System.Boolean)"]

upperCase
Type: System.Boolean

[Missing <param name="upperCase"/> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsDate.MonthName(System.Nullable{System.DateTime},System.String,System.Boolean)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsDate.MonthName(System.Nullable{System.DateTime},System.String,System.Boolean)"]

See Also