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 Code |
---|---|
public static ConvertWithTimeZone( string date ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Shared Function ConvertWithTimeZone ( _ date As _ ) As |
Parameters
- date
- String
The date.
Return Value
DateTime object.See Also
DateTimeUtil Class
Smartsite.Tools Namespace