다음을 통해 공유


StandardDate 속성

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

네임스페이스:  ReportService2006
어셈블리:  ReportService2006.dll의 ReportService2006

구문

‘선언
Public Property StandardDate As SYSTEMTIME
    Get
    Set
‘사용 방법
Dim instance As TimeZoneInformation
Dim value As SYSTEMTIME

value = instance.StandardDate

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

속성 값

형식: ReportService2006. . :: . .SYSTEMTIME
A SYSTEMTIME object that contains a date and local time when the transition from daylight time to standard time occurs.