共用方式為


TimeZoneInformation.StandardDate 屬性

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

命名空間:  ReportService2010
組件:  ReportService2010 (在 ReportService2010.dll 中)

語法

'宣告
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)

屬性值

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

請參閱

參考

TimeZoneInformation 類別

ReportService2010 命名空間