Method WriteFormattedTimestampLocalTimeZoneForConsole
WriteFormattedTimestampLocalTimeZoneForConsole(in long, ref UnsafeText)
Writes Timestamp to the UnsafeText in Local time zone to show in the Console Window in the Editor (HH:MM:SS)
Declaration
public static bool WriteFormattedTimestampLocalTimeZoneForConsole(in long timestamp, ref UnsafeText messageOutput)
Parameters
Type | Name | Description |
---|---|---|
long | timestamp | Timestamp to write |
UnsafeText | messageOutput | Where to write to |
Returns
Type | Description |
---|---|
bool | True on success |