ImageProperties.Date, ImageTaken, and Time are intertwined but currently there's no API contract which keeps them in sync with each other. Or with database content. This results in ImageProperties objects having various forms of malformed state in various places, such as Date and Time being populated but ImageTaken being left to its default of DateTime.MinValue.
ImageProperties.Date, ImageTaken, and Time are intertwined but currently there's no API contract which keeps them in sync with each other. Or with database content. This results in ImageProperties objects having various forms of malformed state in various places, such as Date and Time being populated but ImageTaken being left to its default of DateTime.MinValue.