Ruby 3.5.0dev (2025-02-22 revision 412997300569c1853c09813e4924b6df3d7e8669)
Data Fields
vtm Struct Reference

Data Fields

VALUE year
 
VALUE subsecx
 
VALUE utc_offset
 
VALUE zone
 
unsigned int yday:9
 
unsigned int mon:4
 
unsigned int mday:5
 
unsigned int hour:5
 
unsigned int min:6
 
unsigned int sec:6
 
unsigned int wday:3
 
unsigned int isdst:2
 
unsigned int tzmode:3
 
unsigned int tm_got:1
 

Detailed Description

Definition at line 5 of file timev.h.

Field Documentation

◆ hour

unsigned int vtm::hour

Definition at line 13 of file timev.h.

◆ isdst

unsigned int vtm::isdst

Definition at line 17 of file timev.h.

◆ mday

unsigned int vtm::mday

Definition at line 12 of file timev.h.

◆ min

unsigned int vtm::min

Definition at line 14 of file timev.h.

◆ mon

unsigned int vtm::mon

Definition at line 11 of file timev.h.

◆ sec

unsigned int vtm::sec

Definition at line 15 of file timev.h.

◆ subsecx

VALUE vtm::subsecx

Definition at line 7 of file timev.h.

◆ tm_got

unsigned int vtm::tm_got

Definition at line 21 of file timev.h.

◆ tzmode

unsigned int vtm::tzmode

Definition at line 20 of file timev.h.

◆ utc_offset

VALUE vtm::utc_offset

Definition at line 8 of file timev.h.

◆ wday

unsigned int vtm::wday

Definition at line 16 of file timev.h.

◆ yday

unsigned int vtm::yday

Definition at line 10 of file timev.h.

◆ year

VALUE vtm::year

Definition at line 6 of file timev.h.

◆ zone

VALUE vtm::zone

Definition at line 9 of file timev.h.


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