KnownContactProperties.Birthdate プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Birthdate プロパティ名を取得します。
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
プロパティ値
Birthdate プロパティ名。
Windows の要件
アプリの機能 |
ID_CAP_CONTACTS [Windows Phone]
|
注釈
連絡先プロパティ コレクションの Birthdate キーに対して返される値は、C++ の DateTime であり、C#/Visual Basic の DateTimeOffset です。