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

Public Member Functions

real(dp) function dccaldateevalsecofyear1 (elapse_sec, date, cal)

Detailed Description

Definition at line 431 of file dc_calendar_generic.f90.

Member Function/Subroutine Documentation

◆ dccaldateevalsecofyear1()

real(dp) function dc_calendar_generic::dccaldateevalsecofyear::dccaldateevalsecofyear1 ( real(dp), intent(in) elapse_sec,
type(dc_cal_date), intent(in), optional, target date,
type(dc_cal), intent(in), optional, target cal )

Definition at line 432 of file dc_calendar_generic.f90.

434 use dc_types, only: dp
435 real(DP), intent(in):: elapse_sec
436 type(DC_CAL_DATE), intent(in), optional, target:: date
437 type(DC_CAL), intent(in), optional, target:: cal
438 real(DP):: result
暦と日時に関する構造データ型と定数
種別型パラメタを提供します。
Definition dc_types.f90:55
integer, parameter, public dp
倍精度実数型変数
Definition dc_types.f90:92

References dc_types::dp.


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