| 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.1+bb45a7652322449cc5d22f0e8ecf7e119c124ca2
Syntax public 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:
Int64See Also