I have this Object variable,
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 variable,
PatientRegistryResource patientViewModel = new PatientRegistryResource ();
PatientRegistryResource has many properties and I want to get all properties with `OffsetDateTime` datatype and modify it. is it possible?