Click or drag to resize

MultiRenameDataRegisterDateTimeShortcut Method

Registers a DateTime shortcut.

Namespace: Altaxo.Gui.Common.MultiRename
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void RegisterDateTimeShortcut(
	string shortcut,
	Func<Object, int, DateTime> valueGetter,
	string descriptionText
)

Parameters

shortcut  String
The shortcut string (without square brackets).
valueGetter  FuncObject, Int32, DateTime
The function that provided the DateTime value of this shortcut, given the object itself (1st argument) and its current index in a Gui list (2nd argument).
descriptionText  String
Some text that describes the shortcut.
See Also