Click or drag to resize

DateTimeTickSpacingTimeSpanExFromMicroSeconds Method

Creates an instance representing a number of whole microseconds.

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

Parameters

microseconds  Int64
The number of microseconds.

Return Value

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