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.MultiRenameAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public SortedSet<string> DateTimeTChars { get; }
Property Value
SortedSetStringExample
If [CD] can be used to insert the creation date, then this set contains the keyword CD.
See Also