PhoneCallHistoryEntry.StartTime Property

Definition

Gets or sets the start time for this history entry.

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

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

Property Value

The time that this entry started.

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem

Applies to