Typedoc project reference documentation / types/timespan / TimeSpan
types/timespan.TimeSpan
- add
- addDays
- addHours
- addMilliseconds
- addMinutes
- addSeconds
- equals
- subtract
- subtractDays
- subtractHours
- subtractMilliseconds
- subtractMinutes
- subtractSeconds
- toString
- totalDays
- totalHours
- totalMilliseconds
- totalMinutes
- totalSeconds
- add
- addDays
- addHours
- addMilliseconds
- addMinutes
- addSeconds
- equals
- subtract
- subtractDays
- subtractHours
- subtractMilliseconds
- subtractMinutes
- subtractSeconds
- toString
- totalDays
- totalHours
- totalMilliseconds
- totalMinutes
- totalSeconds
• Const
days: number
• Const
hours: number
• Const
milliseconds: number
• Const
minutes: number
• Const
seconds: number
▸ add(timeSpan
): void
Name | Type |
---|---|
timeSpan |
any |
void
▸ addDays(days
): void
Name | Type |
---|---|
days |
any |
void
▸ addHours(hours
): void
Name | Type |
---|---|
hours |
any |
void
▸ addMilliseconds(milliseconds
): void
Name | Type |
---|---|
milliseconds |
any |
void
▸ addMinutes(minutes
): void
Name | Type |
---|---|
minutes |
any |
void
▸ addSeconds(seconds
): void
Name | Type |
---|---|
seconds |
any |
void
▸ equals(timeSpan
): any
Name | Type |
---|---|
timeSpan |
any |
any
▸ subtract(timeSpan
): void
Name | Type |
---|---|
timeSpan |
any |
void
▸ subtractDays(days
): void
Name | Type |
---|---|
days |
any |
void
▸ subtractHours(hours
): void
Name | Type |
---|---|
hours |
any |
void
▸ subtractMilliseconds(milliseconds
): void
Name | Type |
---|---|
milliseconds |
any |
void
▸ subtractMinutes(minutes
): void
Name | Type |
---|---|
minutes |
any |
void
▸ subtractSeconds(seconds
): void
Name | Type |
---|---|
seconds |
any |
void
▸ toString(): any
any
▸ totalDays(roundDown
): any
Name | Type |
---|---|
roundDown |
any |
any
▸ totalHours(roundDown
): any
Name | Type |
---|---|
roundDown |
any |
any
▸ totalMilliseconds(roundDown
): any
Name | Type |
---|---|
roundDown |
any |
any
▸ totalMinutes(roundDown
): any
Name | Type |
---|---|
roundDown |
any |
any
▸ totalSeconds(roundDown
): any
Name | Type |
---|---|
roundDown |
any |
any