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