TimeChangeType.Time Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.