Enum FinDateOptions
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public enum FinDateOptions
Fields
Name | Description |
---|---|
Both | A date with or without time may be specified. |
DateOnly | Only a date without a time may be specified. |
DateTimeOnly | Only a date with a time may be specified. |