ICard3BirthDate Property
IT Hit WebDAV Classes Reference
Gets or sets the birth date of the object the business card represents.
Namespace: ITHit.WebDAV.CardAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
SyntaxIDate3 BirthDate { get; set; }
Property BirthDate As IDate3
Get
Set
property IDate3^ BirthDate {
IDate3^ get ();
void set (IDate3^ value);
}
abstract BirthDate : IDate3 with get, set
Property Value
Type:
IDate3
Remarkshttp://tools.ietf.org/html/rfc6350#section-6.2.5
See Also