ReactOS 0.4.15-dev-7924-g5949c20
MSVCRT_tm Struct Reference

#include <msvcrt.h>

Collaboration diagram for MSVCRT_tm:

Public Attributes

int tm_sec
 
int tm_min
 
int tm_hour
 
int tm_mday
 
int tm_mon
 
int tm_year
 
int tm_wday
 
int tm_yday
 
int tm_isdst
 

Detailed Description

Definition at line 93 of file msvcrt.h.

Member Data Documentation

◆ tm_hour

int MSVCRT_tm::tm_hour

Definition at line 96 of file msvcrt.h.

◆ tm_isdst

int MSVCRT_tm::tm_isdst

Definition at line 102 of file msvcrt.h.

◆ tm_mday

int MSVCRT_tm::tm_mday

Definition at line 97 of file msvcrt.h.

◆ tm_min

int MSVCRT_tm::tm_min

Definition at line 95 of file msvcrt.h.

◆ tm_mon

int MSVCRT_tm::tm_mon

Definition at line 98 of file msvcrt.h.

◆ tm_sec

int MSVCRT_tm::tm_sec

Definition at line 94 of file msvcrt.h.

◆ tm_wday

int MSVCRT_tm::tm_wday

Definition at line 100 of file msvcrt.h.

◆ tm_yday

int MSVCRT_tm::tm_yday

Definition at line 101 of file msvcrt.h.

◆ tm_year

int MSVCRT_tm::tm_year

Definition at line 99 of file msvcrt.h.


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