MiracastTransmitter.LastConnectionTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the time at which this Miracast Transmitter most recently connected.
public:
property DateTime LastConnectionTime { DateTime get(); };
DateTime LastConnectionTime();
public System.DateTimeOffset LastConnectionTime { get; }
var dateTime = miracastTransmitter.lastConnectionTime;
Public ReadOnly Property LastConnectionTime As DateTimeOffset
Property Value
The time at which this Miracast Transmitter most recently connected.