Class SYSTEMTIME
Inheritance
System.Object
SYSTEMTIME
Assembly: BoldReports.Web.dll
Syntax
public class SYSTEMTIME : Object
Constructors
SYSTEMTIME()
Declaration
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 |
|