Click or drag to resize

DateTimeTickSpacingTimeSpanExFromMinutes Method

Creates an instance representing a number of whole minutes.

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

Parameters

minutes  Int64
The number of minutes.

Return Value

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