Click or drag to resize

StiFunctionsDateDayOfWeek Method (NullableDateTime, Boolean)

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(
	Nullable<DateTime> date,
	bool localized
)

Parameters

date
Type: SystemNullableDateTime

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

localized
Type: SystemBoolean

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

Return Value

Type: String

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

See Also