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 RFID server time to AOS time.
Syntax
server public static utcdatetime rfidServerLocalDateTime2utcdatetime(CLRObject rfidServerLocalTime)
Run On
Server
Parameters
- rfidServerLocalTime
Type: CLRObject Class
Time to convert.
Return Value
Type: utcdatetime
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.