ChineseLunisolarCalendar.MinSupportedDateTime 属性

定义

获取 ChineseLunisolarCalendar 类支持的最早日期和时间。

public:
 virtual property DateTime MinSupportedDateTime { DateTime get(); };
public override DateTime MinSupportedDateTime { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public override DateTime MinSupportedDateTime { get; }
member this.MinSupportedDateTime : DateTime
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.MinSupportedDateTime : DateTime
Public Overrides ReadOnly Property MinSupportedDateTime As DateTime

属性值

表示 DateTime 公历中 1901 年 2 月 19 日的类型,它等效于构造函数 DateTime(1901, 2, 19)

属性

适用于