P4CommandResultTimeStamp Property
|
The time the command completed and the results were collected.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2025.2.287.2434
Syntaxpublic DateTime TimeStamp { get; }Public ReadOnly Property TimeStamp As DateTime
Get
public:
property DateTime TimeStamp {
DateTime get ();
}member TimeStamp : DateTime with get
Property Value
Type:
DateTime
See Also