KnownContactProperties.Birthdate 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 the Birthdate property name.
public:
static property Platform::String ^ Birthdate { Platform::String ^ get(); };
static winrt::hstring Birthdate();
public static string Birthdate { get; }
var string = KnownContactProperties.birthdate;
Public Shared ReadOnly Property Birthdate As String
Property Value
The Birthdate property name.
Windows requirements
App capabilities |
ID_CAP_CONTACTS [Windows Phone]
|
Remarks
The value returned for the Birthdate key in a contact Properties collection is a DateTime for C++, a DateTimeOffset for C#/Visual Basic.