IContactInformation2
IContactInformation2
IContactInformation2
IContactInformation2
Interface
Definition
Provides additional contact properties.
public : interface IContactInformation2public interface IContactInformation2Public Interface IContactInformation2// You can use this interface in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Phone.PhoneContract (introduced v1)
|
Properties
DisplayPictureDate DisplayPictureDate DisplayPictureDate DisplayPictureDate
Gets or sets the date that a display picture was created or modified. Used to enable sorting of display pictures by date.
public : DateTime DisplayPictureDate { get; set; }public DateTimeOffset DisplayPictureDate { get; set; }Public ReadWrite Property DisplayPictureDate As DateTimeOffset// You can use this property in JavaScript.
- Value
- DateTime DateTimeOffset DateTimeOffset DateTimeOffset
The date that a display picture was created or modified.