gtool5 Fortran 90/95 ライブラリ 1.0.0-rc5
English
Loading...
Searching...
No Matches
dc_calendar_generic::dccalconverttoday Interface Reference

Public Member Functions

real(dp) function dccalconverttoday1 (in_time, in_unit, cal)
real(dp) function dccalconverttoday2 (in_time, in_unit, cal)

Detailed Description

Definition at line 239 of file dc_calendar_generic.f90.

Member Function/Subroutine Documentation

◆ dccalconverttoday1()

real(dp) function dc_calendar_generic::dccalconverttoday::dccalconverttoday1 ( real(dp), intent(in) in_time,
character(*), intent(in) in_unit,
type(dc_cal), intent(in), optional, target cal )

Definition at line 241 of file dc_calendar_generic.f90.

242 use dc_calendar_types, only: dc_cal
243 use dc_types, only: dp
244 real(DP):: out_time
245 real(DP), intent(in):: in_time
246 character(*), intent(in):: in_unit
247 type(DC_CAL), intent(in), optional, target:: cal
暦と日時に関する構造データ型と定数
種別型パラメタを提供します。
Definition dc_types.f90:55
integer, parameter, public dp
倍精度実数型変数
Definition dc_types.f90:92

References dc_types::dp.

◆ dccalconverttoday2()

real(dp) function dc_calendar_generic::dccalconverttoday::dccalconverttoday2 ( real(dp), intent(in) in_time,
integer, intent(in) in_unit,
type(dc_cal), intent(in), optional, target cal )

Definition at line 250 of file dc_calendar_generic.f90.

251 use dc_calendar_types, only: dc_cal
252 use dc_types, only: dp
253 real(DP):: out_time
254 real(DP), intent(in):: in_time
255 integer, intent(in):: in_unit
256 type(DC_CAL), intent(in), optional, target:: cal

References dc_types::dp.


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