Search Results for

    Show / Hide Table of Contents

    Interface DtcoDate

    Class to represent

    Namespace: Simplic.Logistics.SchemaRegistry
    Assembly: Simplic.Logistics.SchemaRegistry.dll
    Syntax
    public interface DtcoDate

    Properties

    | Improve this Doc View Source

    Days

    Gets or sets the days of a DtcoDate

    Declaration
    int Days { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Hours

    Gets or sets the hours of a DtcoDate

    Declaration
    int Hours { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Minutes

    Gets or sets the minutes of a DtcoDate

    Declaration
    int Minutes { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Seconds

    Gets or sets the seconds of a DtcoDate

    Declaration
    int Seconds { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx