How can i get camera added date ?

  CameraFolder cameraFolder = hardware.CameraFolder;
                MetadataFolder metadataFolder = hardware.MetadataFolder;
                ICollection<Metadata>  metas = metadataFolder.Metadatas;
                ICollection<Camera>  cameras = cameraFolder.Cameras;
                foreach(Camera camera in cameras)
                {
                    DateTime createdDate = camera.CreatedDate;
                }

I want to get camera or hardware added date. When i was trying this code created date is like 0-0-0000 But Last modified date is working.

How to get camera added date pls help

This Created date is for future functionality but for now it is not implemented so this is not supported.

NOTE- For the future functionality, a prioritization needs to be made by Milestone Product Management, so it is not possible to say when will be developed.

Can i get camera/hardware added date using any other code ?

I am sorry but this is not implemented at all for now because it is a future functionality. So there is no code to get an added date using any other code for now unfortunately.

Bonjour,

Savez-vous si cette fonctionnalité est implémentée actuellement ou pas ?

Cdt, bonne journée.

Can you please write the question above in English? Thank you.