Click or drag to resize

GuiTimerServiceHandler Delegate

Delegate for the IGuiTimerService. Note that the argument is the Utc time. If you need local time, you have to convert the argument to local time.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public delegate void GuiTimerServiceHandler(
	DateTime utcNow
)

Parameters

utcNow  DateTime
The UTC current time.
See Also