Object Model Reference : Classes : C : CorelScriptTools : Methods : CorelScriptTools.BuildDate |
Function BuildDate(Year As Long, Month As Long, Day As Long) As Date
Member of CorelScriptTools
The BuildDate method assigns a date value to a date variable.
In the following code example, the first line declares the date variable BigDay. This variable is then assigned the date March 12, 2005.
DIM BigDay AS DATE |
BigDay = BUILDDATE(2005, 3, 12) |
Copyright 2013 Corel Corporation. All rights reserved.