ICard2BirthDate 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)
SyntaxIDate2 BirthDate { get; set; }
Property BirthDate As IDate2
Get
Set
property IDate2^ BirthDate {
IDate2^ get ();
void set (IDate2^ value);
}
abstract BirthDate : IDate2 with get, set
Property Value
Type:
IDate2
Remarkshttp://tools.ietf.org/html/rfc6350#section-6.2.5
See Also