| PersonDateOfBirth Property |
Gets or sets the person's date of birth
Namespace:
SanteDB.Core.Model.Entities
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public DateTime? DateOfBirth { get; set; }
Public Property DateOfBirth As DateTime?
Get
Set
public:
property Nullable<DateTime> DateOfBirth {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member DateOfBirth : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also