libsim  Versione6.3.0

◆ 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 1767 del file dballe_class.F03.

1767 else
1768  sec=imiss
1769 end if
1770 
1771 ier = idba_setdate(session%sehandle,year,month,day,hour,minute,sec)
1772 
1773 !todo this is a work around
1774 if (.not. c_e(datetime%datetime)) then
1775  call session%setcontextana
1776 end if
1777 
1778 end subroutine dbadatetime_set
1779 
1781 subroutine dbadatetime_enq(datetime,session)
1782 class(dbadatetime), intent(out) :: datetime
Class for expressing an absolute time value.

Generated with Doxygen.