AX#

Search Results for

    Show / Hide Table of Contents

    Class DateTimeTia

    Inheritance
    object
    DateTimeTia
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: AXSharp.Connector.S71500.WebApi
    Assembly: AXSharp.Connector.S71500.WebAPI.dll
    Syntax
    public class DateTimeTia

    Constructors

    | Edit this page View Source

    DateTimeTia()

    Declaration
    public DateTimeTia()
    | 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
    Type Description
    int
    | Edit this page View Source

    hour

    Declaration
    public int hour { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    minute

    Declaration
    public int minute { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    month

    Declaration
    public int month { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    second

    Declaration
    public double second { get; set; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    year

    Declaration
    public int year { get; set; }
    Property Value
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors