clsDataAccess..::..adjustDatesForTimeZone Method
Adjusts the dates for time zone.
Namespace:
FlowWright.deDataAccessAssembly: deDataAccess (in deDataAccess.dll)
Syntax
public static DataTable adjustDatesForTimeZone( DataTable oDT, string dateFormatCulture, int clientTimeZoneOffsetMinutes, float serverTimeZoneOffsetHours, params string[] columns )
Parameters
- oDT
- Type: DataTable
The o dt.
- dateFormatCulture
- Type: String
The date format culture.
- clientTimeZoneOffsetMinutes
- Type: Int32
The client time zone offset minutes.
- serverTimeZoneOffsetHours
- Type: Single
The server time zone offset hours.
- columns
- Type: array<String>[]()[][]
The columns.