SYSTEMTIME Class

Definition

Represents a date and time using individual members for the month, day, year, weekday, hour, minute, second, and millisecond.

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
Inheritance
SYSTEMTIME
Attributes

Constructors

SYSTEMTIME()

Initializes a new instance of the SYSTEMTIME class.

Properties

day

Gets a value that specifies the current day of the month.

dayOfWeek

Gets a value that specifies the current day of the week.

hour

Gets a value that specifies the current hour.

milliseconds

Gets a value that specifies the current milliseconds.

minute

Gets a value that specifies the current minute.

month

Gets a value that specifies the current month.

second

Gets a value that specifies the current second.

year

Gets or sets a value that specifies the current year.

Applies to