Interface DtcoDate
Class to represent
Namespace: Simplic.Logistics.SchemaRegistry
Assembly: Simplic.Logistics.SchemaRegistry.dll
Syntax
public interface DtcoDate
Properties
| Improve this Doc View SourceDays
Gets or sets the days of a DtcoDate
Declaration
int Days { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Hours
Gets or sets the hours of a DtcoDate
Declaration
int Hours { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Minutes
Gets or sets the minutes of a DtcoDate
Declaration
int Minutes { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Seconds
Gets or sets the seconds of a DtcoDate
Declaration
int Seconds { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |