Version

UltraCalcFunctionToday Class

Gets the host's current date.
Syntax
'Declaration
 
Public Class UltraCalcFunctionToday 
   Inherits BuiltInFunctionBase
public class UltraCalcFunctionToday : BuiltInFunctionBase 
Remarks

No arguments are passed to this function.

The date returned for TODAY() is based on the local time of the host running UltraCalc. In some distributed applications, such as those built for the Web, this may be different from today's date at the client.

The date/time value returned is always adjusted to Midnight (00:00).

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also