PdfJavaScript
GetTimeKeystrokeString Method
|
Get a AFTime_Keystroke string
Namespace:
Spire.Pdf.Actions
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public static string GetTimeKeystrokeString(
int ptf
)
Public Shared Function GetTimeKeystrokeString (
ptf As Integer
) As String
public:
static String^ GetTimeKeystrokeString(
int ptf
)
static member GetTimeKeystrokeString :
ptf : int -> string
Parameters
-
ptf
-
Type:
System
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
Type:
String
See Also