 | NLogEventTimeDelta Property |
Gets or sets the time delta (in ticks) between the time of the event and base time.
Namespace:
NLog.LogReceiverService
Assembly:
NLog.Wcf (in NLog.Wcf.dll) Version: 5.2.2+0aa8a85babd1d0accd72c78d26557909e04224a2
Syntaxpublic long TimeDelta { get; set; }
Public Property TimeDelta As Long
Get
Set
Dim instance As NLogEvent
Dim value As Long
value = instance.TimeDelta
instance.TimeDelta = value
member TimeDelta : int64 with get, set
Property Value
Type:
Int64
See Also