关于[DateOnly and TimeOnly support with System.Text.Json]的摘要:
In .NET 6.0 we finally have DateOnly and TimeOnly, two long-awaited data types that allow to store, respectively, only a date (i.e., a birth date or an invoice date) or a time in day (for example, a recurring time for a meeting).
原文地址: https://marcominerva.wordpress.com/2021/11/22/dateonly-and-timeonly-support-with-system-text-json/