Share via


VoipPhoneCall.StartTime Property

Definition

Important

The types in the Windows.Phone.Networking.Voip namespace are deprecated, and may not be available in future versions of Windows. Instead, use the equivalent types in the Windows.ApplicationModel.Calls namespace.

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

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

Windows requirements

App capabilities
ID_CAP_VOIP [Windows Phone]

Remarks

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

Applies to