DaylightTime.End Propriedade
Definição
Obtém o objeto que representa a data e a hora quando o período de horário de verão termina.Gets the object that represents the date and time when the daylight saving period ends.
public:
property DateTime End { DateTime get(); };
public DateTime End { get; }
member this.End : DateTime
Public ReadOnly Property End As DateTime
Valor da propriedade
O objeto que representa a data e a hora em que o período de verão termina.The object that represents the date and time when the daylight saving period ends. O valor está em hora local.The value is in local time.
Comentários
Essa propriedade corresponde à TimeZoneInfo.AdjustmentRule.DateEnd propriedade.This property corresponds to the TimeZoneInfo.AdjustmentRule.DateEnd property. Em geral, a TimeZoneInfo classe é uma fonte mais precisa de informações em ajustes de fuso horário do que as TimeZone DaylightTime classes e.Generally, the TimeZoneInfo class is a more accurate source of information on time zone adjustments than the TimeZone and DaylightTime classes.
Quando o período de verão termina, a hora do relógio é definida de volta para a hora padrão.When the daylight saving period ends, the clock time is set back to standard time.