PhoneCallInfo.StartTime Property

Definition

Gets the start time of the call.

For an incoming call, this is the time that the call enters the **Talking** state. For an outgoing call, this is the time that the call enters the Dialing or Talking state, since that depends on underlying carrier and network settings.

public:
 property DateTime StartTime { DateTime get(); };
DateTime StartTime();
public System.DateTimeOffset StartTime { get; }
var dateTime = phoneCallInfo.startTime;
Public ReadOnly Property StartTime As DateTimeOffset

Property Value

A DateTime value containing the start time of the call.

Windows requirements

App capabilities
phoneCall

Applies to