次の方法で共有


TimeZoneInformation.StandardDate プロパティ

夏時間から標準時への移行が行われるときに日付とローカル時間を格納する SYSTEMTIME オブジェクトを取得します。

名前空間:  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
夏時間から標準時への移行が行われるときに日付とローカル時間を格納する SYSTEMTIME オブジェクトです。

関連項目

参照

TimeZoneInformation クラス

ReportService2010 名前空間