NX Open C++ Reference Guide
|
Holds the computational time value of a time attribute. More...
Public Member Functions | |
ComputationalTime (int dayInitial, int minuteInitial) | |
Constructor for the ComputationalTime struct. | |
Public Attributes | |
int | Day |
day | |
int | Minute |
minute | |
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
NXOpen::NXObject::ComputationalTime::ComputationalTime | ( | int | dayInitial, |
int | minuteInitial | ||
) |
Constructor for the ComputationalTime struct.
dayInitial | day |
minuteInitial | minute |
int NXOpen::NXObject::ComputationalTime::Day |
day
int NXOpen::NXObject::ComputationalTime::Minute |
minute