CTimeToDateTime
4 min
takes a c time value and returns a datetime that represents the same date and time in the c programming language, a date and time is a long integer number of seconds since midnight on 1/1/1970 it is a representation of a datetime value used in the c programming language this information is used in certain integrations syntax ctimetodatetime(ctimeval) enabled for for a description of the business object categories, see notes on "enabled for" docid\ u26v9fecfs6ilwa0 pvjd business object category yes/no business rules before save rules yes1 business rules calculation rules (after save, with or without also recalculate on load) yes business rules calculation rules (before save or always, without also recalculate on load) yes1 business rules calculation rules (before save or always, with recalculate on load) yes business rules editing rules yes2 business rules initialization rules yes1 business rules read only rules no business rules required rules yes2 business rules validation rules yes1 client expressions no object permissions no services yes ldap yes mobile yes quick actions (except ui quick actions) yes1 ui quick actions no reports yes1 search/dashboard without field references yes1 search/dashboard with field references no except in services except in services or when this field appears on a form or is triggered by such a field parameter parameter description ctimeval the c time for which to calculate the datetime return value datetime value in utc time example $(ctimetodatetime(1439413254)) for the example above, returns 8/12/2015 at 2 01 pm
