ClientFormatDateTime Method
|
Utility function to format a DateTime in the format expected in a spec
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic static string FormatDateTime(
DateTime dt
)
Public Shared Function FormatDateTime (
dt As DateTime
) As String
public:
static String^ FormatDateTime(
DateTime dt
)
static member FormatDateTime :
dt : DateTime -> string
Parameters
- dt
- Type: SystemDateTime
Return Value
Type:
Stringformatted date string
See Also