FCFL.NET Common Library - API Reference
GetDBDate Method (DbProvider)

Executes a statement against the database to retrieve the current date/time on the database
Syntax
'Declaration
 
Public MustOverride Function GetDBDate() As Date
public abstract DateTime GetDBDate()

Return Value

The current date and time on the database server
Remarks
The date and time returned by this method will be in the database's time zone. If the application is configured for a different time zone, conversion must be done manually. For information on performing time zone conversions using FCFL.NET, please see the following methods on the FCSession class: ChangeDate, ConvertFromLocalToServerDate, and ConvertFromServerToLocalDate.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Reference

DbProvider Class
DbProvider Members
FCSession Class

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.