|
JobActionTimestamp Property |
This value is the time when the action occurred.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.1.0.599
Syntaxpublic DateTimeOffset Timestamp { get; set; }Public Property Timestamp As DateTimeOffset
Get
Set
public:
property DateTimeOffset Timestamp {
DateTimeOffset get ();
void set (DateTimeOffset value);
}function get_Timestamp();
function set_Timestamp(value);
Property Value
Type:
DateTimeOffset
The timestamp when this action occurred.
See Also