ReactOS 0.4.16-dev-927-g467dec4
__crt_time_time_t_traits< __time32_t > Struct Reference

#include <corecrt_internal_time.h>

Inheritance diagram for __crt_time_time_t_traits< __time32_t >:
Collaboration diagram for __crt_time_time_t_traits< __time32_t >:

Public Types

enum  : long { max_time_t = 0x7fffd27f }
 
enum  : unsigned long { max_year = 138 }
 
typedef _timespec32 timespec_type
 

Detailed Description

Definition at line 71 of file corecrt_internal_time.h.

Member Typedef Documentation

◆ timespec_type

typedef _timespec32 __crt_time_time_t_traits< __time32_t >::timespec_type

Definition at line 73 of file corecrt_internal_time.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : long
Enumerator
max_time_t 

Definition at line 75 of file corecrt_internal_time.h.

76 {
77 // Number of seconds from 00:00:00, 01/01/1970 UTC to 23:59:59, 01/18/2038 UTC
78 max_time_t = 0x7fffd27f,
79 };

◆ anonymous enum

anonymous enum : unsigned long
Enumerator
max_year 

Definition at line 81 of file corecrt_internal_time.h.

82 {
83 // The maximum representable year
84 max_year = 138, // 2038 is the maximum year
85 };

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