NX Open C++ Reference Guide
Public Member Functions | Public Attributes | List of all members
NXOpen::NXObject::ComputationalTime Struct Reference

Holds the computational time value of a time attribute. More...

Public Member Functions

 ComputationalTime (int dayInitial, int minuteInitial)
 Constructor for the ComputationalTime struct. More...
 

Public Attributes

int Day
 day More...
 
int Minute
 minute More...
 

Detailed Description

Holds the computational time value of a time attribute.

The time value held here is in the current time zone of the machine running the program. This is the same format as that used by the NX UFUN API to represent a time attribute value

Constructor & Destructor Documentation

NXOpen::NXObject::ComputationalTime::ComputationalTime ( int  dayInitial,
int  minuteInitial 
)

Constructor for the ComputationalTime struct.

Parameters
dayInitialday
minuteInitialminute

Member Data Documentation

int NXOpen::NXObject::ComputationalTime::Day

day

int NXOpen::NXObject::ComputationalTime::Minute

minute


The documentation for this struct was generated from the following file:
Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.