This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Tries to parse the gmt DateTime.

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

Syntax

C#Copy imageCopy Code
public static bool TryParseGmtDate(
	string gmtDateTime,
	out  dt
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function TryParseGmtDate ( _
	gmtDateTime As , _
	<> ByRef dt As  _
) As 

Parameters

gmtDateTime
String
dt
DateTime%

Return Value

See Also

Utility Class
Smartsite.Web Namespace
Advanced