PhoneCallHistoryEntry.Duration Property

Definition

Gets or sets the duration of the call.

public:
 property IReference<TimeSpan> ^ Duration { IReference<TimeSpan> ^ get(); void set(IReference<TimeSpan> ^ value); };
IReference<TimeSpan> Duration();

void Duration(IReference<TimeSpan> value);
public System.Nullable<System.TimeSpan> Duration { get; set; }
var iReference = phoneCallHistoryEntry.duration;
phoneCallHistoryEntry.duration = iReference;
Public Property Duration As Nullable(Of TimeSpan)

Property Value

The duration of the phone call.

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem

Applies to