Class DtcoDate
Class to represent
Inheritance
System.Object
DtcoDate
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: Simplic.Telematic.Core
Assembly: Simplic.Telematic.Core.dll
Syntax
public class DtcoDate
Properties
| Improve this Doc View SourceDays
Gets or sets the days of a DtcoDate
Declaration
public int Days { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Hours
Gets or sets the hours of a DtcoDate
Declaration
public int Hours { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Minutes
Gets or sets the minutes of a DtcoDate
Declaration
public int Minutes { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Seconds
Gets or sets the seconds of a DtcoDate
Declaration
public int Seconds { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |