Times : Date Type « Data Type « VBA / Excel / Access / Word






Times

 
Sub time()
    Dim datTime As Date
    datTime = #3:20:15 AM#
    
    datTime = #3:20:15 AM#
End Sub

 








Related examples in the same category

1.Create Date type variable
2.Variables of type Date must have their values enclosed in # signs
3.Date Constants
4.Date value calculation
5.Try It Out-Dates
6.Date and Time Functions