VoipPhoneCall.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 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.