Centerbase Developer's API

Centerbase passes dates as strings and dates should always be in Coordinated Universal Time (UTC) using the sortable date/time pattern. In the .NET framework use 's' as the date format specifier: string sortableDateFormat = DateTime.UTCNow().ToString("s"); ................
................