Destination EndTime Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Imposes a filter that specifies the ending time of the day before which this destination will be processing log messages

Namespace: NFX.Log.Destinations
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[ConfigAttribute("$end-time")]
[ExternalParameterAttribute(new string[] { ... })]
public Nullable<TimeSpan> EndTime { get; set; }

Property Value

Type: OnlineNullable OnlineTimeSpan 
See Also