VoipPhoneCall.StartTime property
Gets or sets the start time associated with the VoIP call.
Syntax
public DateTimeOffset StartTime { get; set; }
Public Property StartTime As DateTimeOffset
public:
property DateTime StartTime {
DateTime get();
void set (DateTime value);
}
Property value
Type: System.DateTimeOffset [.NET] | Windows::Foundation::DateTime [C++]
Gets or sets the start time associated with the VoIP call.
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.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
None supported |
Minimum supported phone |
Windows Phone 8 |
Namespace |
Windows.Phone.Networking.Voip Windows::Phone::Networking::Voip [C++] |
Metadata |
Windows.WinMD |
Capabilities |
ID_CAP_VOIP [Windows Phone] |
See also
VoipPhoneCall