StandardDate プロパティ

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

名前空間:  ReportService2006
アセンブリ:  ReportService2006 (ReportService2006.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)

プロパティ値

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