Previous Topic

Next Topic

Inhoudsopgave

Book Index

IsahDateToWeek Function

Function Function IsahDateToWeek( Date: Date): String

Description

Returns the week number of the entered date.

Parameters

Example

Sub Main()

MsgBox IsahDateToWeek( date() )

End Sub