Click or drag to resize

DateTimeTickSpacingTimeSpanExFromTicks Method

Creates an instance from ticks.

Namespace: Altaxo.Graph.Scales.Ticks
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static DateTimeTickSpacingTimeSpanEx FromTicks(
	long ticks
)

Parameters

ticks  Int64
The number of ticks.

Return Value

DateTimeTickSpacingTimeSpanEx
A DateTimeTickSpacingTimeSpanEx representing the specified tick count.
See Also