MultiSelect for WinForms
DateTimeStyleFlags 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 : DateTimeStyleFlags 列挙体
Used by ParseInfo.DateTimeStyle property.
シンタックス
'宣言
 
Public Enum DateTimeStyleFlags 
   Inherits System.Enum
public enum DateTimeStyleFlags : System.Enum 
メンバ
メンバ解説
AllowInnerWhiteIndicates that extra white space characters in the middle of the string must be ignored during parsing.
AllowLeadingWhiteIndicates that leading white space characters must be ignored during parsing.
AllowTrailingWhiteIndicates that trailing white space characters must be ignored during parsing.
AllowWhiteSpacesIndicates that extra white space characters anywhere in the string must be ignored during parsing.
NoCurrentDateDefaultIndicates 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.
NoneIndicates that the default formatting options must be used.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Input.DateTimeStyleFlags

参照

C1.Win.C1Input 名前空間