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

Public Attributes

short year
 
short month
 
short day
 
short hour
 
short minute
 
short second
 
short milliSecond
 
short microSecond
 
short dayOfWeek
 
short dayOfYear
 

Detailed Description

This structure defines the broken date and time information.

Elements of struct DateAndTime

Type Element Description Value
short year Year example: 2001
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 milliseconds 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 391 of file System.java.

Member Data Documentation

short com.boschrexroth.mlpi.System.DateAndTime.year

Year.

Definition at line 393 of file System.java.

short com.boschrexroth.mlpi.System.DateAndTime.month

Month.

Definition at line 394 of file System.java.

short com.boschrexroth.mlpi.System.DateAndTime.day

Day of month.

Definition at line 395 of file System.java.

short com.boschrexroth.mlpi.System.DateAndTime.hour

Hours after midnight.

Definition at line 396 of file System.java.

short com.boschrexroth.mlpi.System.DateAndTime.minute

Minutes after hour.

Definition at line 397 of file System.java.

short com.boschrexroth.mlpi.System.DateAndTime.second

Seconds after minute.

Definition at line 398 of file System.java.

short com.boschrexroth.mlpi.System.DateAndTime.milliSecond

Milliseconds after second.

Definition at line 399 of file System.java.

short com.boschrexroth.mlpi.System.DateAndTime.microSecond

Microseconds after milliseconds.

Definition at line 400 of file System.java.

short com.boschrexroth.mlpi.System.DateAndTime.dayOfWeek

Day of week.

Definition at line 401 of file System.java.

short com.boschrexroth.mlpi.System.DateAndTime.dayOfYear

Day of year.

Definition at line 402 of file System.java.


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