php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_timelib_posix_trans_info Struct Reference

#include <timelib.h>

Data Fields

int type
 
union { 
 
   int   days 
 
   struct { 
 
      int   month 
 
      int   week 
 
      int   dow 
 
   }   mwd 
 
};  
 
int hour
 

Detailed Description

Definition at line 155 of file timelib.h.

Field Documentation

◆ [union]

◆ days

int _timelib_posix_trans_info::days

Definition at line 159 of file timelib.h.

◆ dow

int _timelib_posix_trans_info::dow

Definition at line 163 of file timelib.h.

◆ hour

int _timelib_posix_trans_info::hour

Definition at line 166 of file timelib.h.

◆ month

int _timelib_posix_trans_info::month

Definition at line 161 of file timelib.h.

◆ [struct]

struct { ... } _timelib_posix_trans_info::mwd

◆ type

int _timelib_posix_trans_info::type

Definition at line 157 of file timelib.h.

◆ week

int _timelib_posix_trans_info::week

Definition at line 162 of file timelib.h.


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