PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Converts the datetime string with time zone.

Namespace: Smartsite.Tools
Assembly:  Smartsite.Tools (in Smartsite.Tools.dll)

Syntax

C#Copy imageCopy Code
public static  ConvertWithTimeZone(
	string date
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function ConvertWithTimeZone ( _
	date As  _
) As 

Parameters

date
String
The date.

Return Value

DateTime object.

See Also

Advanced