EFI_SET_TIME

Sets the current local time and date information.

@paramin Time A pointer to the current time.

@retval EFI_SUCCESS The operation completed successfully. @retval EFI_INVALID_PARAMETER A time field is out of range. @retval EFI_DEVICE_ERROR The time could not be set due due to hardware error.

extern (C)
alias EFI_SET_TIME = EFI_STATUS function @nogc nothrow

Meta