共用方式為


DaylightTime.End 屬性

定義

取得代表夏令時間結束日期和時間的物件。

public:
 property DateTime End { DateTime get(); };
public DateTime End { get; }
member this.End : DateTime
Public ReadOnly Property End As DateTime

屬性值

代表夏令時間結束日期和時間的物件。 其價值以當地時間計算。

備註

這個性質對應於該 TimeZoneInfo.AdjustmentRule.DateEnd 性質。 一般來說,TimeZoneInfo類別比 and DaylightTime 類別更準確地提供時區調整TimeZone資訊。

當夏令時間結束時,時鐘時間會被調整回標準時間。

適用於

另請參閱