Search Results for

    Show / Hide Table of Contents

    Struct NXObject.ComputationalTime

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public struct NXObject.ComputationalTime

    Constructors

    ComputationalTime(int, int)

    Declaration
    public ComputationalTime(int Day, int Minute)
    Parameters
    Type Name Description
    int Day
    int Minute

    Fields

    Day

    Declaration
    public int Day
    Field Value
    Type Description
    int

    Minute

    Declaration
    public int Minute
    Field Value
    Type Description
    int

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX