Click or drag to resize

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: 2023.2.258.5793
Syntax
public static string FormatDateTime(
	DateTime dt
)

Parameters

dt
Type: SystemDateTime

Return Value

Type: String
formatted date string
See Also