'Declaration
Public Enum DateTimeStyleFlags Inherits System.Enum
public enum DateTimeStyleFlags : System.Enum
'Declaration
Public Enum DateTimeStyleFlags Inherits System.Enum
public enum DateTimeStyleFlags : System.Enum
Member | Description |
---|---|
AllowInnerWhite | Indicates that extra white space characters in the middle of the string must be ignored during parsing. |
AllowLeadingWhite | Indicates that leading white space characters must be ignored during parsing. |
AllowTrailingWhite | Indicates that trailing white space characters must be ignored during parsing. |
AllowWhiteSpaces | Indicates that extra white space characters anywhere in the string must be ignored during parsing. |
NoCurrentDateDefault | Indicates that, if the parsed string contains only the time and not the date, the parsing methods assume the Gregorian date with year = 1, month = 1, and day = 1. If this value is not used, the current date is assumed. |
None | Indicates that the default formatting options must be used. |
System.Object
System.ValueType
System.Enum
C1.Win.C1Input.DateTimeStyleFlags