TimeSpanStyles 列挙型
定義
ParseExact メソッドと TryParseExact メソッドによる文字列の解析をカスタマイズする形式指定オプションを定義します。Defines the formatting options that customize string parsing for the ParseExact and TryParseExact methods.
この列挙体には FlagsAttribute 属性があり、そのメンバー値のビットごとの組み合わせが可能になります。
public enum class TimeSpanStyles
[System.Flags]
public enum TimeSpanStyles
[<System.Flags>]
type TimeSpanStyles =
Public Enum TimeSpanStyles
- 継承
- 属性
フィールド
AssumeNegative | 1 | 入力が常に負の時間間隔として解釈されることを示します。Indicates that input is always interpreted as a negative time interval. |
None | 0 | 負の符号がある場合にのみ、入力が負の時間間隔として解釈されることを示します。Indicates that input is interpreted as a negative time interval only if a negative sign is present. |