gtool5 Fortran 90/95 Library 1.0.0-rc5
日本語
Loading...
Searching...
No Matches
Public Attributes | List of all members
dc_calendar_types::dc_cal_date Type Reference

More...

Public Attributes

logical initialized = .false.
 
integer year
 Year
 
integer month
 Month
 
integer day
 Day
 
integer hour
 Hour
 
integer min
 Minute
 
real(dp) sec
 Seconds
 
character(token) zone
 Time-zone (offset from UTC)
 

Detailed Description

Derived type for date

A derived type that expresses date.

Do not refer and modify elements of this derived type directly. Use procedures provided by "dc_calendar_generic" for handling this derived type.

Definition at line 174 of file dc_calendar_types.f90.

Member Data Documentation

◆ day

integer dc_calendar_types::dc_cal_date::day

Day

Definition at line 178 of file dc_calendar_types.f90.

178 integer:: day

◆ hour

integer dc_calendar_types::dc_cal_date::hour

Hour

Definition at line 179 of file dc_calendar_types.f90.

179 integer:: hour

◆ initialized

logical dc_calendar_types::dc_cal_date::initialized = .false.

Definition at line 175 of file dc_calendar_types.f90.

175 logical:: initialized = .false.

◆ min

integer dc_calendar_types::dc_cal_date::min

Minute

Definition at line 180 of file dc_calendar_types.f90.

180 integer:: min

◆ month

integer dc_calendar_types::dc_cal_date::month

Month

Definition at line 177 of file dc_calendar_types.f90.

177 integer:: month

◆ sec

real(dp) dc_calendar_types::dc_cal_date::sec

Seconds

Definition at line 181 of file dc_calendar_types.f90.

181 real(DP):: sec

◆ year

integer dc_calendar_types::dc_cal_date::year

Year

Definition at line 176 of file dc_calendar_types.f90.

176 integer:: year

◆ zone

character(token) dc_calendar_types::dc_cal_date::zone

Time-zone (offset from UTC)

Definition at line 182 of file dc_calendar_types.f90.

182 character(TOKEN):: zone

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