SYSTEMTIME クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
月、日、年、平日、時、分、秒、およびミリ秒の個々のメンバーを使用して、日付と時刻を表します。
public ref class SYSTEMTIME
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class SYSTEMTIME
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type SYSTEMTIME = class
Public Class SYSTEMTIME
- 継承
-
SYSTEMTIME
- 属性
コンストラクター
SYSTEMTIME() |
SYSTEMTIME クラスの新しいインスタンスを初期化します。 |
プロパティ
day |
月の現在の日付を指定する値を取得します。 |
dayOfWeek |
現在の曜日を示す値を取得します。 |
hour |
現在の時を示す値を取得します。 |
milliseconds |
現在のミリ秒を示す値を取得します。 |
minute |
現在の分を示す値を取得します。 |
month |
現在の月を示す値を取得します。 |
second |
現在の秒を示す値を取得します。 |
year |
現在の年を指定する値を取得または設定します。 |