KnownContactProperties.Birthdate Property

Definition

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

String

Platform::String

winrt::hstring

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.

Applies to