Enum DateTimePatternType
DateTime patterns used by Token elements.
Namespace: Sdl.Core.Bcm.BcmModel.Tokenization
Assembly: Sdl.Core.Bcm.BcmModel.dll
Syntax
[Flags]
public enum DateTimePatternType
Fields
| Name | Description |
|---|---|
| LongDate | The pattern represents a long date pattern |
| LongTime | The pattern represents a long time pattern |
| ShortDate | The pattern represents a short date pattern |
| ShortTime | The pattern represents a short time pattern |