[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.TextField.SetTimeValue

SetTimeValue Method

SetTimeValue(DateTime, string)

Imposes the specified time format string on the current TextField, and assigns to it the specified value as time.

The syntax of the format string is similar to .NET format strings. Some examples are "HH:MM" or "H:MM tt".

Declaration
public void SetTimeValue(DateTime value, string format)
Public Sub SetTimeValue(value As Date, format As String)
Parameters
Type Name Description
DateTime value

The value to assign.

string format

The format string. Cannot be null or empty.