Previous Topic

Next Topic

Inhoudsopgave

Book Index

IsahDate Function

Function Function IsahDate( Days: Integer ): String

Description

Adds a number of days to the current date.

Parameters

Example

Sub Main()

MsgBox IsahDate( 14 )

End Sub