Click or drag to resize

DateTimeTickSpacingTimeSpanExFromYears Method

Creates an instance representing a number of whole years.

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

Parameters

years  Int64
The number of years.

Return Value

DateTimeTickSpacingTimeSpanEx
A DateTimeTickSpacingTimeSpanEx representing the specified number of years.
See Also