Enum FileSegment.FileDateBehavior
How FileSegment should try and parse the file's absolute date.
Namespace: AnalysisBase
Assembly: AnalysisBase.dll
Syntax
public enum FileDateBehavior
Fields
| Name | Description |
|---|---|
| None | Do no try and parse the file's date at all. |
| Required | Parse the file's absolute date and fail if unsuccessful |
| Try | Try and parse the file's absolute date |