TimeZoneInformation.DaylightDate 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.
Gets a TimeZoneInformation.SYSTEMTIME object that contains a date and local time when the transition from standard time to daylight time occurs.
public:
property Microsoft::ReportingServices::Diagnostics::TimeZoneInformation::SYSTEMTIME ^ DaylightDate { Microsoft::ReportingServices::Diagnostics::TimeZoneInformation::SYSTEMTIME ^ get(); void set(Microsoft::ReportingServices::Diagnostics::TimeZoneInformation::SYSTEMTIME ^ value); };
public Microsoft.ReportingServices.Diagnostics.TimeZoneInformation.SYSTEMTIME DaylightDate { get; set; }
member this.DaylightDate : Microsoft.ReportingServices.Diagnostics.TimeZoneInformation.SYSTEMTIME with get, set
Public Property DaylightDate As TimeZoneInformation.SYSTEMTIME
Property Value
A TimeZoneInformation.SYSTEMTIME object that contains a date and local time when the transition from standard time to daylight time occurs.