ReactOS 0.4.16-dev-973-g9a0ff8b
__crt_time_time_t_traits< __time64_t > Struct Reference

#include <corecrt_internal_time.h>

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

Public Types

enum  : long long { max_time_t = 0x793582affLL }
 
enum  : unsigned long long { max_year = 1101 }
 
typedef _timespec64 timespec_type
 

Detailed Description

Definition at line 89 of file corecrt_internal_time.h.

Member Typedef Documentation

◆ timespec_type

typedef _timespec64 __crt_time_time_t_traits< __time64_t >::timespec_type

Definition at line 91 of file corecrt_internal_time.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : long long
Enumerator
max_time_t 

Definition at line 93 of file corecrt_internal_time.h.

94 {
95 // Number of seconds from 00:00:00, 01/01/1970 UTC to 07:59:59, 01/19/3001 UTC
96 // Note that the end of the epoch was intended to be 23:59:59, 01/18/3001 UTC,
97 // but this was mistakenly computed from a PST value (thus the 8 hour delta).
98 max_time_t = 0x793582affLL,
99 };

◆ anonymous enum

anonymous enum : unsigned long long
Enumerator
max_year 

Definition at line 101 of file corecrt_internal_time.h.

102 {
103 // The maximum representable year
104 max_year = 1101, // 3001 is the maximum year
105 };

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