I have a Reservation table in the SQL Server DB, with a field 'dailySummaryEmailTime' with data type time(7). From the UI which is done with angular and breeze for data management, I set a value like "15:30" which gives me a breeze validation error as "'dailySummaryEmailTime' must be a ISO8601 duration string, such as 'P3H24M60S'"
This is when I call the saveChanges() in breeze. How do I overcome this? Before calling saveChanges() do I have to modify the value?