Click or drag to resize

DateTimeTickSpacingTimeSpanExFromHours Method

Creates an instance representing a number of whole hours.

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

Parameters

hours  Int64
The number of hours.

Return Value

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