PhoneCallInfo.StartTime 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.
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
|