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.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public delegate void GuiTimerServiceHandler(
DateTime utcNow
)
Parameters
- utcNow DateTime
- The UTC current time.
See Also