Click or drag to resize
BroccoliSharp BroEventArgsEventTime Property
Timestamp of the Bro event.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public BroTime EventTime { get; set; }

Property Value

Type: BroTime
Remarks
Returns BroTime instance of ev_ts from the bro_ev_meta structure.
See Also