gpt4 book ai didi

c# - 如何从整数值中获取月份名称?

转载 作者:行者123 更新时间:2023-11-30 18:50:43 25 4
gpt4 key购买 nike

如何从整数值中获取月份名称?

例如7是七月

最佳答案

// using the current culture - returns "July" for me
string x = DateTimeFormatInfo.CurrentInfo.GetMonthName(7);

// using a specific culture - returns "juillet"
string y = CultureInfo.GetCultureInfo("fr-FR").DateTimeFormat.GetMonthName(7);

关于c# - 如何从整数值中获取月份名称?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3273747/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com