Uses of Class
com.timeanddate.services.common.TimeSpan
Packages that use TimeSpan
Package
Description
-
Uses of TimeSpan in com.timeanddate.services.common
Fields in com.timeanddate.services.common declared as TimeSpanModifier and TypeFieldDescriptionstatic TimeSpan
TimeSpan.MaxValue
static TimeSpan
TimeSpan.MinValue
static TimeSpan
TimeSpan.Zero
Methods in com.timeanddate.services.common that return TimeSpanModifier and TypeMethodDescriptionTimeSpan.Duration()
static TimeSpan
TimeSpan.FromDays(double value)
static TimeSpan
TimeSpan.FromHours(double value)
static TimeSpan
TimeSpan.FromMilliseconds(double value)
static TimeSpan
TimeSpan.FromMinutes(double value)
static TimeSpan
TimeSpan.FromSeconds(double value)
static TimeSpan
TimeSpan.FromTicks(long value)
static TimeSpan
static TimeSpan
static TimeSpan
static TimeSpan
Methods in com.timeanddate.services.common with parameters of type TimeSpanModifier and TypeMethodDescriptionstatic int
int
boolean
static boolean
static boolean
TimeSpan.GreaterOrEqual(TimeSpan t1, TimeSpan t2)
static boolean
TimeSpan.GreaterThan(TimeSpan t1, TimeSpan t2)
static boolean
TimeSpan.LessOrEqual(TimeSpan t1, TimeSpan t2)
static boolean
static TimeSpan
static TimeSpan
static boolean
static TimeSpan
static TimeSpan
-
Uses of TimeSpan in com.timeanddate.services.dataTypes.astro
Methods in com.timeanddate.services.dataTypes.astro that return TimeSpan -
Uses of TimeSpan in com.timeanddate.services.dataTypes.places
Methods in com.timeanddate.services.dataTypes.places that return TimeSpan -
Uses of TimeSpan in com.timeanddate.services.dataTypes.time
Methods in com.timeanddate.services.dataTypes.time that return TimeSpan