Enum DateTokenSemanticFlags
[Flags]
public enum DateTokenSemanticFlags
Fields
All = TimeValueSpecified | DateValueSpecified | MonthNameLeft | MonthNameMiddle | MonthNameRight | YearLeft | YearRight | DayLeft | DayMiddle | DayRight | AmPmLong | AmPmShort | MinutesValue | SecondsValueAmPmLong = 8192The date token specifies an
ampm(AM/PM) element in long form "am/pm".AmPmShort = 16384The date token specifies an
ampm(AM/PM) element in short form "a/p".DateValueSpecified = 2The date token specifies a date value.
The implicit date value is then interpreted as "1899/12/30", or
VBDateType.ZeroDayLeft = 1024The date token specifies the day in its
left-date-value.DayMiddle = 2048The date token specifies the day in its
middle-date-value.DayRight = 4096The date token specifies the day in its
right-date-value.MinutesValue = 32768The date token specifies a minutes-value in its
time-valueelement.MonthLeft = 128The date token specifies the month in its
left-date-value.MonthMiddle = 256The date token specifies the month in its
middle-date-value.MonthNameLeft = 4The date token specifies a month name in its
left-date-value.MonthNameMiddle = 8The date token specifies a month name in its
middle-date-value.MonthNameRight = 16The date token specifies a month name in its
right-date-value.MonthRight = 512The date token specifies the month in its
right-date-value.SecondsValue = 65536The date token specifies a seconds-value in its
time-valueelement.TimeValueSpecified = 1The date token specifies a time value.
YearLeft = 32The date token specifies the year in its
left-date-value.YearRight = 64The date token specifies the year in its
right-date-value.