Class SYSTEMTIME
Inheritance
System.Object
SYSTEMTIME
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.SqlServer.ReportingServices2010
Assembly: BoldReports.Web.dll
Syntax
public class SYSTEMTIME
Constructors
SYSTEMTIME()
Declaration
public SYSTEMTIME()
Properties
day
Declaration
public short day { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
dayOfWeek
Declaration
public short dayOfWeek { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
hour
Declaration
public short hour { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
milliseconds
Declaration
public short milliseconds { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
minute
Declaration
public short minute { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
month
Declaration
public short month { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
second
Declaration
public short second { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
year
Declaration
public short year { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |