Click or drag to resize

MultiRenameParserDateTimeTChars Property

Contain all keywords that can be used as DateTime values, like for instance the creation date of an item.

Namespace: Altaxo.Gui.Common.MultiRename
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public SortedSet<string> DateTimeTChars { get; }

Property Value

SortedSetString
Example
If [CD] can be used to insert the creation date, then this set contains the keyword CD.
See Also