Open Core Interface - MLPI
MLPI-MotionLogicProgrammingInterface(mlpi4Java)  1.26.2
com.boschrexroth.mlpi.MlpiGlobal.DateAndTime Class Reference
Collaboration diagram for com.boschrexroth.mlpi.MlpiGlobal.DateAndTime:
Collaboration graph

Detailed Description

This class defines information about the date and time.

Elements of class DateAndTime

Type Element Description Range
short year Year 2000..2099
short month Month 1..12: 1==January, ..., 12==December
short day Day of month 1..31
short hour Hours after midnight 0..23
short minute Minutes after hour 0..59
short second Seconds after minute 0..59
short milliSecond Milliseconds after second 0..999
short microSecond Microseconds after millisecond 0..999
short dayOfWeek Day of week 1..7: 1==Monday, ..., 7==Sunday
short dayOfYear Day of year 1..366: 1==January 1, 365/366== December 31

Definition at line 170 of file MlpiGlobal.java.


The documentation for this class was generated from the following file: