UserBirthDate Property

Gets or sets the Date of Birth.

Definition

Namespace: Common.Core.Models
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public DateOnly? BirthDate { get; set; }

Property Value

NullableDateOnly

Implements

IUserBirthDate

See Also