'Declaration Public Property DateOfBirth As Date
'Usage Dim instance As DicomDataSet Dim value As Date instance.DateOfBirth = value value = instance.DateOfBirth
public DateTime DateOfBirth {get; set;}
'Declaration Public Property DateOfBirth As Date
'Usage Dim instance As DicomDataSet Dim value As Date instance.DateOfBirth = value value = instance.DateOfBirth
public DateTime DateOfBirth {get; set;}