SYSTEMTIME 类

定义

表示月份、日、年、星期、小时、分钟、秒和毫秒的日期和时间。

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

获得或设定一个指定当前年份的值。

适用于