Click or drag to resize

ChartToolsConvertTicksToSeconds Method

LightningChart .NET Help
Converts time ticks to seconds, accurately.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public static double ConvertTicksToSeconds(
	long ticks
)

Parameters

ticks
Type: SystemInt64
Ticks value.

Return Value

Type: Double
Seconds value.
See Also