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
Syntaxpublic static int GetIso8601WeekOfYear(
DateTime time
)
Public Shared Function GetIso8601WeekOfYear (
time As DateTime
) As Integer
public:
static int GetIso8601WeekOfYear(
DateTime time
)
Parameters
- time
- Type: SystemDateTime
Date time
Return Value
Type:
Int32Week of the year
See Also