Click or drag to resize

StiFunctionsDateDayOfWeek Method (DateTime, String)

Returns the day of the week.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static string DayOfWeek(
	DateTime date,
	string culture
)

Parameters

date
Type: SystemDateTime

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

culture
Type: SystemString

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

Return Value

Type: String

[Missing <returns> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsDate.DayOfWeek(System.DateTime,System.String)"]

See Also