Table of Contents

Method TimeChanged

Namespace
Pillars.Weather.Actors
Assembly
Pillars.dll

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

hour int

The hour component of the new time (0-23).

minute int

The minute component of the new time (0-59).

second int

The 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.