Click or drag to resize

StiFunctionsDateWeekOfYear Method (DateTime, DayOfWeek)

Returns the week of the year that includes the date in the specified DateTime value.

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

Parameters

date
Type: SystemDateTime

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

firstDayOfWeek
Type: SystemDayOfWeek

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

Return Value

Type: Int64

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

See Also