[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.Field.FormatDateTimeValue

FormatDateTimeValue Method

FormatDateTimeValue(DateTime, string)

Formats a DateTime value using the specified date format string.

The syntax of the format string is similar to .NET format strings. Some examples are "m/d/yyyy" or "d-mmm-yy".

Declaration
public static string FormatDateTimeValue(DateTime value, string format)
Public Shared Function FormatDateTimeValue(value As Date, format As String) As String
Parameters
Type Name Description
DateTime value

The value to format.

string format

The format string. Cannot be null or empty.

Returns
Type Description
string