SUEWS API Site
Documentation of SUEWS source code
Public Attributes | List of all members
mod_strftime::tm_struct Type Reference

Public Attributes

integer(kind=c_int) tm_sec
 
integer(kind=c_int) tm_min
 
integer(kind=c_int) tm_hour
 
integer(kind=c_int) tm_mday
 
integer(kind=c_int) tm_mon
 
integer(kind=c_int) tm_year
 
integer(kind=c_int) tm_wday
 
integer(kind=c_int) tm_yday
 
integer(kind=c_int) tm_isdst
 

Detailed Description

Definition at line 29 of file suews_util_datetime.f95.

Member Data Documentation

◆ tm_hour

integer(kind=c_int) mod_strftime::tm_struct::tm_hour

Definition at line 37 of file suews_util_datetime.f95.

37 INTEGER(kind=C_INT) :: tm_hour !! Hours [0-23]

◆ tm_isdst

integer(kind=c_int) mod_strftime::tm_struct::tm_isdst

Definition at line 43 of file suews_util_datetime.f95.

43 INTEGER(kind=C_INT) :: tm_isdst !! DST [-1/0/1]

◆ tm_mday

integer(kind=c_int) mod_strftime::tm_struct::tm_mday

Definition at line 38 of file suews_util_datetime.f95.

38 INTEGER(kind=C_INT) :: tm_mday !! Day [1-31]

◆ tm_min

integer(kind=c_int) mod_strftime::tm_struct::tm_min

Definition at line 36 of file suews_util_datetime.f95.

36 INTEGER(kind=C_INT) :: tm_min !! Minutes [0-59]

◆ tm_mon

integer(kind=c_int) mod_strftime::tm_struct::tm_mon

Definition at line 39 of file suews_util_datetime.f95.

39 INTEGER(kind=C_INT) :: tm_mon !! Month [0-11]

◆ tm_sec

integer(kind=c_int) mod_strftime::tm_struct::tm_sec

Definition at line 35 of file suews_util_datetime.f95.

35 INTEGER(kind=C_INT) :: tm_sec !! Seconds [0-60] (1 leap second)

◆ tm_wday

integer(kind=c_int) mod_strftime::tm_struct::tm_wday

Definition at line 41 of file suews_util_datetime.f95.

41 INTEGER(kind=C_INT) :: tm_wday !! Day of week [0-6]

◆ tm_yday

integer(kind=c_int) mod_strftime::tm_struct::tm_yday

Definition at line 42 of file suews_util_datetime.f95.

42 INTEGER(kind=C_INT) :: tm_yday !! Days in year [0-365]

◆ tm_year

integer(kind=c_int) mod_strftime::tm_struct::tm_year

Definition at line 40 of file suews_util_datetime.f95.

40 INTEGER(kind=C_INT) :: tm_year !! Year - 1900

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