| DbPersonQueryResultDateOfBirth Property |
Gets or sets the date of birth.
Namespace:
SanteDB.DisconnectedClient.SQLite.Model.Entities
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.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:
NullableDateTimeThe date of birth.
See Also