Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts from AOS time to RFID server time.
Syntax
server public static CLRObject utcdatetime2RfidServerLocalDateTime(utcdatetime utctime)
Run On
Server
Parameters
- utctime
Type: utcdatetime
The time to convert.
Return Value
Type: CLRObject Class
The converted time.
Remarks
This method must run on the server, because the time zone of the server is used for the conversion.
The conversion is in two dimensions: the conversion to the correct data type and the conversion to the correct time zone.