Loading...
Searching...
No Matches
dc_date_generic::create Interface Reference

Public Member Functions

subroutine dcdatetimecreate1_bc (time, year, mon, day, hour, min, sec, zone, caltype, day_seconds, err)
subroutine dcdifftimecreate1_bc (diff, year, mon, day, hour, min, sec, day_seconds)
subroutine dcdifftimecreate2_bc (diff, value, unit, unit_symbol, 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 )

Definition at line 898 of file dc_date_generic.f90.

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
種別型パラメタを提供します。
Definition dc_types.f90:49
integer, parameter, public dp
倍精度実数型変数
Definition dc_types.f90:83

References dc_types::dp.

◆ 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 912 of file dc_date_generic.f90.

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

References dc_types::dp.

◆ 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 922 of file dc_date_generic.f90.

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

References dc_types::dp.


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