DayTimeMap

Dictionary wrapper that maps days to time.

Inherits DayValueMap.

Methods

Returns the time for today plus the given amount of days.

public float GetTime(int daysToAdd)

Returns the total time.

public float GetTotalTime()

Returns the formatted time string for the given time (in seconds).

public static string FormatTime(float seconds)

Last updated