I have this Object var,
<div> <div>
PatientRegistryResource patientViewModel = new PatientRegistryResource ();
PatientRegistryResource has many properties and I want to get all properties with `OffsetDateTime` datatype and modify it. is it possible?
I have this Object var,
<div> <div>
PatientRegistryResource patientViewModel = new PatientRegistryResource ();
PatientRegistryResource has many properties and I want to get all properties with `OffsetDateTime` datatype and modify it. is it possible?