The data format the date time field use.

Namespace: TallComponents.PDF.Forms.Fields
Assembly: 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 nameValueDescription
Date0 Date only.
Time1 Time only.
DateAndTime2 Both Date and Time.

See Also