|
LogMessageTimestamp Property |
This value is the local time when the message was generated.
Namespace: DoubleTake.Common.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic DateTime Timestamp { get; set; }
Public Property Timestamp As DateTime
Get
Set
public:
property DateTime Timestamp {
DateTime get ();
void set (DateTime value);
}
function get_Timestamp();
function set_Timestamp(value);
Property Value
Type:
DateTime
The local time when this message was generated.
See Also