StoredContact.DisplayPictureDate 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 date that a display picture was created or modified. Used to enable sorting of display pictures by date.
public:
property DateTime DisplayPictureDate { DateTime get(); void set(DateTime value); };
DateTime DisplayPictureDate();
void DisplayPictureDate(DateTime returnValue);
public System.DateTimeOffset DisplayPictureDate { get; set; }
var dateTime = storedContact.displayPictureDate;
storedContact.displayPictureDate = dateTime;
Public Property DisplayPictureDate As DateTimeOffset
Property Value
The date that a display picture was created or modified.