다음을 통해 공유


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 네임스페이스