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

Converts the given date to the user datetime

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static DateTime ConvertToServerTz(
	DateTime dt
)
Visual Basic (Declaration)
Public Shared Function ConvertToServerTz ( _
	dt As DateTime _
) As DateTime
Visual C++
public:
static DateTime ConvertToServerTz(
	DateTime dt
)

Parameters

dt
Type: System..::.DateTime
The date and time of the server timezone

See Also