_RexxQueueTime Struct Reference

#include <rexx.h>

Public Attributes

uint16_t hours
 
uint16_t minutes
 
uint16_t seconds
 
uint16_t hundredths
 
uint16_t day
 
uint16_t month
 
uint16_t year
 
uint16_t weekday
 
uint32_t microseconds
 
uint32_t yearday
 

Detailed Description

Definition at line 416 of file rexx.h.

Member Data Documentation

◆ day

uint16_t _RexxQueueTime::day

Definition at line 421 of file rexx.h.

Referenced by RexxPullQueue(), and QueueItem::setTime().

◆ hours

uint16_t _RexxQueueTime::hours

Definition at line 417 of file rexx.h.

Referenced by RexxPullQueue(), and QueueItem::setTime().

◆ hundredths

uint16_t _RexxQueueTime::hundredths

Definition at line 420 of file rexx.h.

Referenced by RexxPullQueue().

◆ microseconds

uint32_t _RexxQueueTime::microseconds

Definition at line 425 of file rexx.h.

Referenced by RexxPullQueue(), and QueueItem::setTime().

◆ minutes

uint16_t _RexxQueueTime::minutes

Definition at line 418 of file rexx.h.

Referenced by RexxPullQueue(), and QueueItem::setTime().

◆ month

uint16_t _RexxQueueTime::month

Definition at line 422 of file rexx.h.

Referenced by RexxPullQueue(), and QueueItem::setTime().

◆ seconds

uint16_t _RexxQueueTime::seconds

Definition at line 419 of file rexx.h.

Referenced by RexxPullQueue(), and QueueItem::setTime().

◆ weekday

uint16_t _RexxQueueTime::weekday

Definition at line 424 of file rexx.h.

Referenced by RexxPullQueue(), and QueueItem::setTime().

◆ year

uint16_t _RexxQueueTime::year

Definition at line 423 of file rexx.h.

Referenced by RexxPullQueue(), and QueueItem::setTime().

◆ yearday

uint32_t _RexxQueueTime::yearday

Definition at line 426 of file rexx.h.

Referenced by RexxPullQueue().


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