CultureAndRegionInfoBuilder.GregorianDateTimeFormat 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置根据公历定义日期和时间格式的 DateTimeFormatInfo 对象。
public:
property System::Globalization::DateTimeFormatInfo ^ GregorianDateTimeFormat { System::Globalization::DateTimeFormatInfo ^ get(); void set(System::Globalization::DateTimeFormatInfo ^ value); };
public System.Globalization.DateTimeFormatInfo GregorianDateTimeFormat { get; set; }
member this.GregorianDateTimeFormat : System.Globalization.DateTimeFormatInfo with get, set
Public Property GregorianDateTimeFormat As DateTimeFormatInfo
属性值
例外
设置操作中的值为 null
。
在设置操作中,值的属性返回了无效的属性值。
当前 CultureAndRegionInfoBuilder 对象为非特定区域性。
注解
每个区域性(包括当前 CultureAndRegionInfoBuilder 对象定义的区域性)都包含与 DateTimeFormatInfo 对象关联的本地化公历。 对象 DateTimeFormatInfo 定义应用程序显示日期和时间的方式。 GregorianDateTimeFormat属性值是与 DateTimeFormatInfo 属性返回AvailableCalendars的第一个本地化公历关联的 对象。