Click or drag to resize

DateTimeTickSpacingTimeSpanExFromDays Method

Creates an instance representing a number of whole days.

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

Parameters

days  Int64
The number of days.

Return Value

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