Method Summary |
|
public static TimeSpan | getAfterSpan(long t) construct a TimeSpan which starts after the specified time and lasts
until the heat death of the universe (the specified time is not in the span). |
public static TimeSpan | getBeforeSpan(long t) construct a TimeSpan which begins at the dawn of time and ends just before the
specified time (the specified time is not in the span).. |
public static TimeSpan | getClosedSpan(long t0, long t1) construct the smalled TimeSpan which includes
both time points. |
public static TimeSpan | getEndsAtSpan(long t) construct a TimeSpan which begins at the dawn of time and ends at the
specified time (the specified time is in the span). |
public static TimeSpan | getForever() return a TimeSpan which starts at the big bang and ends at the heat death
of the universe. |
public static TimeSpan | getPoint(long t) |
public static TimeSpan | getSpan(long t0, long t1) construct a TimeSpan object using the specified times.
The resulting span is closed at the beginning and open at the end, e.g.
t0 is in the span and t1 is not. |
public static TimeSpan | getStartsAtSpan(long t) construct a TimeSpan which starts after the specified time and lasts
until the heat death of the universe (the specified time is in the span). |