HomeProductsSupportDownloadsOnline StoreOnLine DocumentationLicensingAbout UsContact Us
User's Manual - ActiveGantt Scheduler Component for Visual Basic 6.0 And MFC - The Source Code Store .Com - Professional source code for Microsoft Visual Basic and Visual Studio .NET and specialized software components.
Back to Table of Contents
Example
Send Feedback

NewDateTime Method (MathLib Object)

Returns a Date value independent of locale.

Syntax:

MathLibObject.NewDateTime(Year As Integer, Month As Integer, Day As Integer, Hour As Integer, Minute As Integer, Second As Integer)

The NewDateTime Method (MathLib Object) syntax has these parts:

 Part  Description
MathLibObject An object expression that evaluates to a MathLib object.
Year (Required). Number between 100 and 9999, inclusive.
Month (Required). Any valid numeric expression greater than or equal to 0.
Day (Required). Any valid numeric expression greater than or equal to 0.
Hour (Required). Any valid numeric expression greater than or equal to 0.
Minute (Required). Any valid numeric expression greater than or equal to 0.
Second (Required). Any valid numeric expression greater than or equal to 0.

Remarks:

Use this Method to avoid locale formatting errors when determining dates.

 

Home | Products | Support | Downloads | OnLine Store

Online Documentation | Licensing | About Us | Contact Us

Privacy Terms of use Copyright (c)2002-2005 The Source Code Store LLC. All trademarks are property of their legal owner.