F_BACnet_CheckMinute : USINT
Application
Function for checking the validity of a numerical time value (BYTE) for the minute indication. The return value matches a valid value for the minute, or undefined as a numerical code (*). See BACnet specification DIN EN ISO 16484-5 for data type BACnetDateTime.
Attention: The input value is also corrected (nIn).
VAR_IN_OUT
nIn : BYTE;
nIn: Numerical minute value be checked (0 to 59 valid; otherwise converted to 255 → undefined)