P4CommandResultTimeStamp Property
|
The time the command completed and the results were collected.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
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