Click or drag to resize

MultiRenameDataGetDateTimeValueOfShortcut Method

Gets the value of 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 DateTime GetDateTimeValueOfShortcut(
	string shortcut,
	int originalListIndex,
	int currentSortIndex
)

Parameters

shortcut  String
The shortcut (has to be registered as DateTime shortcut before).
originalListIndex  Int32
Index of the object in the internal list.
currentSortIndex  Int32
Current index of the object, for instance in a Gui list that can be sorted by a column.

Return Value

DateTime
The value of the DateTime shortcut, i.e. a DateTime value that is associated with the object itself or with its position in the list.
See Also