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

获取或设置一个值,该值指定当前年份。

适用于