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

Overload List

  NameDescription
Public methodStatic memberConvertToUserTz(DateTime)
Converts the given date to the user datetime
Public methodStatic memberConvertToUserTz(DataSet, String)
Converts the given date to the user datetime. This method converts the datetime column in all the rows of the column determined by the columnName. It returns the same dataset back to the user. Note: No check is made to make sure that the data being converted is in the correct input format. Also, if the incoming datetime is null then the item is automatically converted here to DateTime.MinValue
Public methodStatic memberConvertToUserTz(DataSet, Int32, String)
Converts the given date to the user datetime. This method converts the datetime column in all the rows of the column determined by the columnName. It returns the same dataset back to the user. Note: No check is made to make sure that the data being converted is in the correct input format. Also, if the incoming datetime is null then the item is automatically converted here to DateTime.MinValue
Public methodStatic memberConvertToUserTz(DataTable, String, Boolean)
Converts the server timezone to the user timezone. This function works on the entire column.
Public methodStatic memberConvertToUserTz(DataSet, Int32, String, Boolean)
Converts the given date to the user datetime. This method converts the datetime column in all the rows of the column determined by the columnName. It returns the same dataset back to the user. Note: No check is made to make sure that the data being converted is in the correct input format.
Public methodStatic memberConvertToUserTz(DataSet, String, TimeZoneInfo, TimeZoneInfo)
Converts the given date to the user datetime. This method converts the datetime column in all the rows of the column determined by the columnName. It returns the same dataset back to the user. Note: No check is made to make sure that the data being converted is in the correct input format. Also, if the incoming datetime is null then the item is automatically converted here to DateTime.MinValue
Public methodStatic memberConvertToUserTz(DataSet, Int32, String, TimeZoneInfo, TimeZoneInfo)
Converts the given date to the user datetime. This method converts the datetime column in all the rows of the column determined by the columnName. It returns the same dataset back to the user. Note: No check is made to make sure that the data being converted is in the correct input format. Also, if the incoming datetime is null then the item is automatically converted here to DateTime.MinValue

See Also