Table of Contents

Enum DateTokenSemanticFlags

Namespace
RDCore.SDK.Semantics.Flags
Assembly
RDCore.SDK.dll
[Flags]
public enum DateTokenSemanticFlags

Fields

All = TimeValueSpecified | DateValueSpecified | MonthNameLeft | MonthNameMiddle | MonthNameRight | YearLeft | YearRight | DayLeft | DayMiddle | DayRight | AmPmLong | AmPmShort | MinutesValue | SecondsValue
AmPmLong = 8192

The date token specifies an ampm (AM/PM) element in long form "am/pm".

AmPmShort = 16384

The date token specifies an ampm (AM/PM) element in short form "a/p".

DateValueSpecified = 2

The date token specifies a date value.

The implicit date value is then interpreted as "1899/12/30", or VBDateType.Zero

DayLeft = 1024

The date token specifies the day in its left-date-value.

DayMiddle = 2048

The date token specifies the day in its middle-date-value.

DayRight = 4096

The date token specifies the day in its right-date-value.

MinutesValue = 32768

The date token specifies a minutes-value in its time-value element.

MonthLeft = 128

The date token specifies the month in its left-date-value.

MonthMiddle = 256

The date token specifies the month in its middle-date-value.

MonthNameLeft = 4

The date token specifies a month name in its left-date-value.

MonthNameMiddle = 8

The date token specifies a month name in its middle-date-value.

MonthNameRight = 16

The date token specifies a month name in its right-date-value.

MonthRight = 512

The date token specifies the month in its right-date-value.

SecondsValue = 65536

The date token specifies a seconds-value in its time-value element.

TimeValueSpecified = 1

The date token specifies a time value.

YearLeft = 32

The date token specifies the year in its left-date-value.

YearRight = 64

The date token specifies the year in its right-date-value.