Method TimeChanged
TimeChanged(int, int, int)
Triggers the TimeChange event with the provided hour, minute, and second values.
public void TimeChanged(int hour, int minute, int second)
Parameters
hourintThe hour component of the new time (0-23).
minuteintThe minute component of the new time (0-59).
secondintThe second component of the new time (0-59).
Remarks
This method constructs a DateTime object using the current year, month, and day,
combined with the specified hour, minute, and second.