ModeSMessageEventArgsReceivedUtc Property |
Gets the date and time at UTC when the message was received.
Namespace: VirtualRadar.Interface.ModeSAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DateTime ReceivedUtc { get; }
Public ReadOnly Property ReceivedUtc As DateTime
Get
public:
property DateTime ReceivedUtc {
DateTime get ();
}
member ReceivedUtc : DateTime with get
Property Value
Type:
DateTimeSee Also