[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
![]() ![]() | ConvertToUserTz(DateTime) |
Converts the given date to the user datetime
|
![]() ![]() | ConvertToUserTz(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
|
![]() ![]() | ConvertToUserTz(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
|
![]() ![]() | ConvertToUserTz(DataTable, String, Boolean) |
Converts the server timezone to the user timezone. This function works on the entire column.
|
![]() ![]() | ConvertToUserTz(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.
|
![]() ![]() | ConvertToUserTz(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
|
![]() ![]() | ConvertToUserTz(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
|