Click or drag to resize

DateTimeTickSpacingTimeSpanExFromSeconds Method

Creates an instance representing a number of whole seconds.

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

Parameters

seconds  Int64
The number of seconds.

Return Value

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