libsim Versione 7.1.11

◆ dbadatac_init()

type(dbadatac) elemental function 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.

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

Generated with Doxygen.