The data format the date time field use.
Namespace: TallComponents.PDF.Forms.FieldsAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public enum DateTimeFormat |
| Visual Basic |
|---|
Public Enumeration DateTimeFormat |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Date | 0 | Date only. | |
| Time | 1 | Time only. | |
| DateAndTime | 2 | Both Date and Time. |