USUÁRIO:      SENHA:        SALVAR LOGIN ?    Adicione o VBWEB na sua lista de favoritos   Fale conosco 

 

  Fórum

  Visual Basic
Voltar
Autor Assunto:  Operações com tipo de dados time
rlinop
PORTO ALEGRE
RS - BRASIL
ENUNCIADA !
Postada em 29/12/2004 17:25 hs            
Olá gente... Bom eu gostaria de saber como eu faço para pegar um horário no banco de dados (Access, estou usando VB6) e diminuílo com outro horário assim:
Tipo.. Eu estou tentando pegar o intervalo...
15:30:40 - 14:50:32
O segundo horário é o q está vindo do banco de dados.. Mas ele está dizendo q o tipo de dados é incompatível ... Dai eu tentei converte-lo para string mas também não adiantou .. Alguém sabe como eu faço ?? Q conversão devo fazer ?? Estou fazendo errado a operação ???? Agradeço MMUUUIITTTO a quem me responder...
Oks,
Rafael Portal
   
Martini
Pontos: 2843 Pontos: 2843
PAROBÉ
RS - BRASIL
ENUNCIADA !
Postada em 29/12/2004 17:54 hs         
datediff("n", "15:30:40", "14:50:32") = 40 minutos
datediff("h", "15:30:40", "14:50:32") = -1 hora
 
 
DateDiff(interval, date1, date2 [,Mindayofweek[, Minweekofyear]])
The DateDiff function syntax has these parts:
Arguments
interval
Required. String expression that is the interval you want to use to calculate the differences between date1 and date2. See Settings section for values.
date1, date2
Required. Date expressions. Two dates you want to use in the calculation.
Mindayofweek
Optional. Constant that specifies the day of the week. If not specified, Sunday is assumed. See Settings section for values.
Minweekofyear
Optional. Constant that specifies the Min week of the year. If not specified, the Min week is assumed to be the week in which January 1 occurs. See Settings section for values.
Settings
The interval argument can have the following values:
Setting Description
yyyy Year
q Quarter
m Month
y Day of year
d Day
w Weekday
ww Week of year
h Hour
n Minute
s Second
   
Página(s): 1/1    


Seu Nome:

Seu eMail:

ALTERAR PARA MODO HTML
Mensagem:

[:)] = 
[:P] = 
[:(] = 
[;)] = 

HTML DESLIGADO

     
 VOLTAR

  



CyberWEB Network Ltda.    © Copyright 2000-2024   -   Todos os direitos reservados.
Powered by HostingZone - A melhor hospedagem para seu site
Topo da página