Click or drag to resize
Infosoft Logo

CustomerDetailsBirthDate Property

Gets or sets the birthdate.

Namespace: Infosoft.Common.Contracts.DataContracts.Customers
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public DateTime? BirthDate { get; set; }

Property Value

NullableDateTime
The birthdate.
See Also