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

#include <timelib.h>

Data Fields

timelib_sll y
 
timelib_sll m
 
timelib_sll d
 
timelib_sll h
 
timelib_sll i
 
timelib_sll s
 
timelib_sll us
 
int z
 
char * tz_abbr
 
timelib_tzinfotz_info
 
signed int dst
 
timelib_rel_time relative
 
timelib_sll sse
 
unsigned int have_time
 
unsigned int have_date
 
unsigned int have_zone
 
unsigned int have_relative
 
unsigned int have_weeknr_day
 
unsigned int sse_uptodate
 
unsigned int tim_uptodate
 
unsigned int is_localtime
 
unsigned int zone_type
 

Detailed Description

Definition at line 251 of file timelib.h.

Field Documentation

◆ d

timelib_sll _timelib_time::d

Definition at line 252 of file timelib.h.

◆ dst

signed int _timelib_time::dst

Definition at line 258 of file timelib.h.

◆ h

timelib_sll _timelib_time::h

Definition at line 253 of file timelib.h.

◆ have_date

unsigned int _timelib_time::have_date

Definition at line 263 of file timelib.h.

◆ have_relative

unsigned int _timelib_time::have_relative

Definition at line 263 of file timelib.h.

◆ have_time

unsigned int _timelib_time::have_time

Definition at line 263 of file timelib.h.

◆ have_weeknr_day

unsigned int _timelib_time::have_weeknr_day

Definition at line 263 of file timelib.h.

◆ have_zone

unsigned int _timelib_time::have_zone

Definition at line 263 of file timelib.h.

◆ i

timelib_sll _timelib_time::i

Definition at line 253 of file timelib.h.

◆ is_localtime

unsigned int _timelib_time::is_localtime

Definition at line 267 of file timelib.h.

◆ m

timelib_sll _timelib_time::m

Definition at line 252 of file timelib.h.

◆ relative

timelib_rel_time _timelib_time::relative

Definition at line 259 of file timelib.h.

◆ s

timelib_sll _timelib_time::s

Definition at line 253 of file timelib.h.

◆ sse

timelib_sll _timelib_time::sse

Definition at line 261 of file timelib.h.

◆ sse_uptodate

unsigned int _timelib_time::sse_uptodate

Definition at line 265 of file timelib.h.

◆ tim_uptodate

unsigned int _timelib_time::tim_uptodate

Definition at line 266 of file timelib.h.

◆ tz_abbr

char* _timelib_time::tz_abbr

Definition at line 256 of file timelib.h.

◆ tz_info

timelib_tzinfo* _timelib_time::tz_info

Definition at line 257 of file timelib.h.

◆ us

timelib_sll _timelib_time::us

Definition at line 254 of file timelib.h.

◆ y

timelib_sll _timelib_time::y

Definition at line 252 of file timelib.h.

◆ z

int _timelib_time::z

Definition at line 255 of file timelib.h.

◆ zone_type

unsigned int _timelib_time::zone_type

Definition at line 268 of file timelib.h.


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