Click or drag to resize

ChartRoutinesGetIso8601WeekOfYear Method

LightningChart .NET Help
Gets the Iso8601 week of year. This presumes that weeks start with Monday. Week 1 is the 1st week of the year with a Thursday in it.

Namespace:  Arction.CustomControls.Trader.WPF.Routines
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax
public static int GetIso8601WeekOfYear(
	DateTime time
)

Parameters

time
Type: SystemDateTime
Date time

Return Value

Type: Int32
Week of the year
See Also