TimeZoneInformation.DaylightDate 属性

Gets a SYSTEMTIME object that contains a date and local time when the transition from standard time to daylight time occurs.

命名空间:  ReportService2010
程序集:  ReportService2010(在 ReportService2010.dll 中)

语法

声明
Public Property DaylightDate As SYSTEMTIME 
    Get 
    Set
用法
Dim instance As TimeZoneInformation 
Dim value As SYSTEMTIME 

value = instance.DaylightDate

instance.DaylightDate = value
public SYSTEMTIME DaylightDate { get; set; }
public:
property SYSTEMTIME^ DaylightDate {
    SYSTEMTIME^ get ();
    void set (SYSTEMTIME^ value);
}
member DaylightDate : SYSTEMTIME with get, set
function get DaylightDate () : SYSTEMTIME 
function set DaylightDate (value : SYSTEMTIME)

属性值

类型:ReportService2010.SYSTEMTIME
A SYSTEMTIME object that contains a date and local time when the transition from standard time to daylight time occurs.

请参阅

参考

TimeZoneInformation 类

ReportService2010 命名空间