VoipPhoneCall.StartTime Property

Definition

Gets or sets the start time associated with the VoIP call.

public:
 property DateTime StartTime { DateTime get(); void set(DateTime value); };
DateTime StartTime();

void StartTime(DateTime value);
public System.DateTimeOffset StartTime { get; set; }
var dateTime = voipPhoneCall.startTime;
voipPhoneCall.startTime = dateTime;
Public Property StartTime As DateTimeOffset

Property Value

The start time associated with the call.

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem voipCall

Remarks

Apps can set the start time for the given call to match their conventions for when calls begin. The value can be queried to allow the foreground VoIP application to display the same current call duration shown in the minimized call UI.

Applies to