PhoneCallDetails.StartTime Property

Definition

Gets the start time of the phone call.

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

Property Value

The start time of the phone call.

Windows requirements

App capabilities
accessoryManager

Remarks

Calling this API requires that the ID_CAP_SMS and ID_CAP_SMS_COMPANION capabilities be specified in the application manifest.

Applies to