TimeChangeType.Time Property

Definition

The Time property gets or sets the time when the time changes between standard time and daylight saving time.

public:
 property DateTime Time { DateTime get(); void set(DateTime value); };
public DateTime Time { get; set; }
Public Property Time As DateTime

Property Value

The Time property gets a DateTime object that represents the time when the time changes between standard time and daylight saving time.

Applies to