dc_date_generic::create Interface Reference

Public Member Functions

subroutine dcdifftimecreate1_bc (diff, year, mon, day, hour, min, sec, day_seconds)
 
subroutine dcdifftimecreate2_bc (diff, value, unit, unit_symbol, err)
 

Private Member Functions

subroutine dcdatetimecreate1_bc (time, year, mon, day, hour, min, sec, zone, caltype, day_seconds, err)
 

Detailed Description

Definition at line 897 of file dc_date_generic.f90.

Member Function/Subroutine Documentation

◆ dcdatetimecreate1_bc()

subroutine dc_date_generic::create::dcdatetimecreate1_bc ( type(dc_datetime), intent(out)  time,
integer, intent(in), optional  year,
integer, intent(in), optional  mon,
integer, intent(in), optional  day,
integer, intent(in), optional  hour,
integer, intent(in), optional  min,
real(dp), intent(in), optional  sec,
character(*), intent(in), optional  zone,
integer, intent(in), optional  caltype,
real(dp), intent(in), optional  day_seconds,
logical, intent(out), optional  err 
)
private

Definition at line 901 of file dc_date_generic.f90.

References dc_types::dp.

901  use dc_types, only: dp
902  use dc_date_types, only: dc_datetime
903  use dc_scaledsec, only: dc_scaled_sec
904  type(dc_datetime), intent(out):: time
905  integer, intent(in), optional:: year, mon, day, hour, min
906  real(DP),intent(in), optional:: sec, day_seconds
907  character(*), intent(in), optional :: zone
908  integer, intent(in), optional:: caltype
909  logical, intent(out), optional:: err
integer, parameter, public dp
倍精度実数型変数
Definition: dc_types.f90:83
種別型パラメタを提供します。
Definition: dc_types.f90:49

◆ dcdifftimecreate1_bc()

subroutine dc_date_generic::create::dcdifftimecreate1_bc ( type(dc_difftime), intent(out)  diff,
integer, intent(in), optional  year,
integer, intent(in), optional  mon,
integer, intent(in), optional  day,
integer, intent(in), optional  hour,
integer, intent(in), optional  min,
real(dp), intent(in), optional  sec,
real(dp), intent(in), optional  day_seconds 
)

Definition at line 914 of file dc_date_generic.f90.

References dc_types::dp.

914  use dc_types, only: dp
915  use dc_date_types, only: dc_difftime
916  use dc_scaledsec, only: dc_scaled_sec
917  type(dc_difftime), intent(out) :: diff
918  integer, intent(in), optional:: year, mon, day, hour, min
919  real(DP),intent(in), optional:: sec, day_seconds
integer, parameter, public dp
倍精度実数型変数
Definition: dc_types.f90:83
種別型パラメタを提供します。
Definition: dc_types.f90:49

◆ dcdifftimecreate2_bc()

subroutine dc_date_generic::create::dcdifftimecreate2_bc ( type(dc_difftime), intent(out)  diff,
real(dp), intent(in)  value,
character(*), intent(in)  unit,
integer, intent(in), optional  unit_symbol,
logical, intent(out), optional  err 
)

Definition at line 923 of file dc_date_generic.f90.

References dc_types::dp.

923  use dc_types, only: dp
924  use dc_date_types, only: dc_difftime
925  type(dc_difftime), intent(out) :: diff
926  real(DP), intent(in) :: value
927  character(*), intent(in) :: unit
928  integer, intent(in), optional :: unit_symbol
929  logical, intent(out), optional :: err
integer, parameter, public dp
倍精度実数型変数
Definition: dc_types.f90:83
種別型パラメタを提供します。
Definition: dc_types.f90:49

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