Symphony Framework
FromTime Method
Symphony.dB.SQLSupport Namespace > Formatters Class : FromTime Method
The numeric date value to be formatted. This value should be in the format YYYYMMDD.
Converts an integer value to a DateTime value.
Syntax
public static DateTime FromTime( 
   int timeValue
)

Parameters

timeValue
The numeric date value to be formatted. This value should be in the format YYYYMMDD.

Return Value

The converted value in the DateTime format.
Remarks
Any expcetions encountered will be recorded in the Symphony Event Log.

These methods are designed to be used by the Symphony.dB.SQLDispatcher class and not from user code.

Requirements

Target Platforms: 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

Reference

Formatters Class
Formatters Members