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
- 屬性
建構函式
| 名稱 | Description |
|---|---|
| SYSTEMTIME() |
初始化 SYSTEMTIME 類別的新執行個體。 |
屬性
| 名稱 | Description |
|---|---|
| day |
會得到一個指定當月當天的值。 |
| dayOfWeek |
會得到一個指定當前星期幾的值。 |
| hour |
會得到一個指定當前時間的數值。 |
| milliseconds |
會得到一個指定當前毫秒的值。 |
| minute |
會得到一個指定當前分鐘的值。 |
| month |
會得到一個指定當月的值。 |
| second |
會得到一個指定當前秒的值。 |
| year |
取得或設定一個指定當前年份的值。 |