تابع Date تاریخ سیستم فعلی را برمی گرداند.
Function FnDate() Dim dtDate dtDate = Date MsgBox "Current System Date is : " & dtDate End Function
عملکرد Now تاریخ و ساعت فعلی سیستم ها را برمی گرداند.
Function FnNow() MsgBox "System's current date and time is " & Now End Function
تابع Time زمان فعلی سیستم ها را برمی گرداند.
Function FnTime() MsgBox "System's time is " & Time End Function
ورود به سایت