Click or drag to resize

DateTimeTickSpacingTimeSpanExFromMonths Method

Creates an instance representing a number of whole months.

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

Parameters

months  Int64
The number of months.

Return Value

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