Ruby 3.2.2p53 (2023-03-30 revision e51014f9c05aa65cbf203442d37fef7c12390015)
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
 

Detailed Description

Definition at line 21 of file timev.h.

Field Documentation

◆ hour

unsigned int vtm::hour

Definition at line 21 of file timev.h.

◆ isdst

unsigned int vtm::isdst

Definition at line 21 of file timev.h.

◆ mday

unsigned int vtm::mday

Definition at line 21 of file timev.h.

◆ min

unsigned int vtm::min

Definition at line 21 of file timev.h.

◆ mon

unsigned int vtm::mon

Definition at line 21 of file timev.h.

◆ sec

unsigned int vtm::sec

Definition at line 21 of file timev.h.

◆ subsecx

VALUE vtm::subsecx

Definition at line 21 of file timev.h.

◆ utc_offset

VALUE vtm::utc_offset

Definition at line 21 of file timev.h.

◆ wday

unsigned int vtm::wday

Definition at line 21 of file timev.h.

◆ yday

unsigned int vtm::yday

Definition at line 21 of file timev.h.

◆ year

VALUE vtm::year

Definition at line 21 of file timev.h.

◆ zone

VALUE vtm::zone

Definition at line 21 of file timev.h.


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