Get a AFTime_Format string

Namespace: Spire.Pdf.Actions
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public static string GetTimeFormatString(
	int ptf
)
Public Shared Function GetTimeFormatString ( 
	ptf As Integer
) As String
public:
static String^ GetTimeFormatString(
	int ptf
)
static member GetTimeFormatString : 
        ptf : int -> string 

Parameters

ptf
Int32
The time format: 0 = 24HR_MM [ 14:30 ], 1 = 12HR_MM [ 2:30 PM ], 2 = 24HR_MM_SS [ 14:30:15 ], 3 = 12HR_MM_SS [ 2:30:15 PM ]

Return Value

String

See Also