Class DateTimeTia
Assembly: AXSharp.Connector.S71500.WebAPI.dll
Syntax
Constructors
|
Edit this page
View Source
DateTimeTia()
Declaration
|
Edit this page
View Source
DateTimeTia(DateTime)
Declaration
public DateTimeTia(DateTime fromDateTime)
Parameters
Type |
Name |
Description |
DateTime |
fromDateTime |
|
Properties
|
Edit this page
View Source
day
Declaration
public int day { get; set; }
Property Value
|
Edit this page
View Source
hour
Declaration
public int hour { get; set; }
Property Value
|
Edit this page
View Source
minute
Declaration
public int minute { get; set; }
Property Value
|
Edit this page
View Source
month
Declaration
public int month { get; set; }
Property Value
|
Edit this page
View Source
second
Declaration
public double second { get; set; }
Property Value
|
Edit this page
View Source
year
Declaration
public int year { get; set; }
Property Value