Search Results for

    Show / Hide Table of Contents

    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 Source

    Days

    Gets or sets the days of a DtcoDate

    Declaration
    public 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
    public 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
    public 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
    public 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