Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个问题,在 C# 中的 ParseExact、TryParseExact 等方法中指定日期格式。 yy-year dd-date MM-month mm-minutes ss-secondsETC
yy-year
dd-date
MM-month
mm-minutes
ss-seconds
很明显,只需查看文档以了解格式,但只是好奇是否有任何设计理念以这种方式命名它们代表什么。我希望使用大写字母和小写时间指定日期。只是想知道,假设您将来正在开发 .Net 10.0 :)
我认为,就像所有这些事情一样,这可能是过去遗留下来的约定。
他们可能从 hh:mm 开始,然后想“等一下,我们还有一个 m!”
我同意本可以决定只对所有日期部分设置上限,但也许他们决定尽可能不使用不必要的上限。