libsim  Versione 7.1.6

◆ dbadatac_init()

type(dbadatac) elemental function dballe_class::dbadatac_init ( character(len=*), intent(in), optional  btable,
character(len=*), intent(in), optional  value 
)
private

Constructor Without parameter it is initialized to missing.

Parametri
[in]btableparameter descriptor

Definizione alla linea 1742 del file dballe_class.F03.

1743 end function dbanetwork_init
1744 
1745 
1747 subroutine dbadatetime_display(datetime)
1748 class(dbadatetime), intent(in) :: datetime
1749 call display (datetime%datetime)
1750 end subroutine dbadatetime_display
1751 
1753 subroutine dbadatetime_set(datetime,session)
1754 class(dbadatetime), intent(in) :: datetime
1755 type(dbasession), intent(in) :: session
1756 integer :: ier,year,month,day,hour,minute,sec,msec
1757 
1758 CALL getval(datetime%datetime, year=year, month=month, day=day, hour=hour, minute=minute,msec=msec)

Generated with Doxygen.