[This is preliminary documentation and is subject to change.]

Converts the date object to the server timezone and then sends it to the database for execution

Namespace:  OfficeClip.BusinessLayer.Tracker
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
protected string getDateString(
	Object o
)
Visual Basic (Declaration)
Protected Function getDateString ( _
	o As Object _
) As String
Visual C++
protected:
String^ getDateString(
	Object^ o
)

Parameters

o
Type: System..::.Object

Return Value

See Also