date-manip / types
types
接口
DateAddingObject
继承于
属性
d?
optional
d:number
day?
optional
day:number
days?
optional
days:number
h?
optional
h:number
hour?
optional
hour:number
hours?
optional
hours:number
m?
optional
m:number
M?
optional
M:number
millisecond?
optional
millisecond:number
milliseconds?
optional
milliseconds:number
minute?
optional
minute:number
minutes?
optional
minutes:number
month?
optional
month:number
months?
optional
months:number
ms?
optional
ms:number
s?
optional
s:number
second?
optional
second:number
seconds?
optional
seconds:number
y?
optional
y:number
Y?
optional
Y:number
year?
optional
year:number
years?
optional
years:number
DateParsingObject
继承
属性
d?
optional
d:number
继承自
day?
optional
day:number
继承自
days?
optional
days:number
继承自
h?
optional
h:number
继承自
hour?
optional
hour:number
继承自
hours?
optional
hours:number
继承自
m?
optional
m:number
继承自
M?
optional
M:number
继承自
millisecond?
optional
millisecond:number
继承自
milliseconds?
optional
milliseconds:number
继承自
minute?
optional
minute:number
继承自
minutes?
optional
minutes:number
继承自
month?
optional
month:number
继承自
months?
optional
months:number
继承自
ms?
optional
ms:number
继承自
s?
optional
s:number
继承自
second?
optional
second:number
继承自
seconds?
optional
seconds:number
继承自
utcOffset?
optional
utcOffset:number
y?
optional
y:number
继承自
Y?
optional
Y:number
继承自
year?
optional
year:number
继承自
years?
optional
years:number
继承自
IDateChain
方法
add()
调用签名
add(
input
):this
参数
input
返回
this
调用签名
add(
num
,unit
):this
参数
num
number
unit
返回
this
addDays()
addDays(
days
):this
参数
days
number
返回
this
addHours()
addHours(
hours
):this
参数
hours
number
返回
this
addMilliseconds()
addMilliseconds(
ms
):this
参数
ms
number
返回
this
addMinutes()
addMinutes(
minutes
):this
参数
minutes
number
返回
this
addMonths()
addMonths(
months
):this
参数
months
number
返回
this
addYears()
addYears(
years
):this
参数
years
number
返回
this
clone()
clone():
IDateChain
返回
date()
调用签名
date(
date
):this
参数
date
number
返回
this
调用签名
date():
number
返回
number
day()
调用签名
day(
day
):this
参数
day
number
返回
this
调用签名
day():
number
返回
number
dayOfYear()
调用签名
dayOfYear():
number
返回
number
调用签名
dayOfYear(
val
):this
参数
val
number
返回
this
daysInMonth()
daysInMonth():
number
返回
number
diff()
diff(
input
,unit
,asFloat
?):number
参数
input
unit
asFloat?
boolean
返回
number
diffInDays()
diffInDays(
input
,asFloat
?):number
参数
input
asFloat?
boolean
返回
number
diffInHours()
diffInHours(
input
,asFloat
?):number
参数
input
asFloat?
boolean
返回
number
diffInMilliseconds()
diffInMilliseconds(
input
,asFloat
?):number
参数
input
asFloat?
boolean
返回
number
diffInMinutes()
diffInMinutes(
input
,asFloat
?):number
参数
input
asFloat?
boolean
返回
number
diffInMonths()
diffInMonths(
input
,asFloat
?):number
参数
input
asFloat?
boolean
返回
number
diffInSeconds()
diffInSeconds(
input
,asFloat
?):number
参数
input
asFloat?
boolean
返回
number
diffInYears()
diffInYears(
input
,asFloat
?):number
参数
input
asFloat?
boolean
返回
number
endOf()
endOf(
unit
):this
参数
unit
返回
this
format()
format(
formatString
?):string
参数
formatString?
string
返回
string
get()
get(
unit
):number
参数
unit
返回
number
hour()
调用签名
hour(
hour
):this
参数
hour
number
返回
this
调用签名
hour():
number
返回
number
hours()
调用签名
hours(
hours
):this
参数
hours
number
返回
this
调用签名
hours():
number
返回
number
isAfter()
isAfter(
input
,unit
):boolean
参数
input
unit
返回
boolean
isBefore()
isBefore(
input
,unit
):boolean
参数
input
unit
返回
boolean
isBetween()
isBetween(
from
,to
,unit
,inclusivity
?):boolean
参数
from
to
unit
inclusivity?
string
返回
boolean
isLeapYear()
isLeapYear():
boolean
返回
boolean
isSame()
isSame(
input
,unit
):boolean
参数
input
unit
返回
boolean
isSameOrAfter()
isSameOrAfter(
input
,unit
):boolean
参数
input
unit
返回
boolean
isSameOrBefore()
isSameOrBefore(
input
,unit
):boolean
参数
input
unit
返回
boolean
isValid()
isValid():
boolean
返回
boolean
millisecond()
调用签名
millisecond(
millisecond
):this
参数
millisecond
number
返回
this
调用签名
millisecond():
number
返回
number
milliseconds()
调用签名
milliseconds(
milliseconds
):this
参数
milliseconds
number
返回
this
调用签名
milliseconds():
number
返回
number
minute()
调用签名
minute(
minute
):this
参数
minute
number
返回
this
调用签名
minute():
number
返回
number
minutes()
调用签名
minutes(
minutes
):this
参数
minutes
number
返回
this
调用签名
minutes():
number
返回
number
month()
调用签名
month(
month
):this
参数
month
number
返回
this
调用签名
month():
number
返回
number
second()
调用签名
second(
second
):this
参数
second
number
返回
this
调用签名
second():
number
返回
number
seconds()
调用签名
seconds(
seconds
):this
参数
seconds
number
返回
this
调用签名
seconds():
number
返回
number
set()
set(
unit
,val
):this
参数
unit
val
number
返回
this
startOf()
startOf(
unit
):this
参数
unit
返回
this
subDays()
subDays(
days
):this
参数
days
number
返回
this
subHours()
subHours(
hours
):this
参数
hours
number
返回
this
subMilliseconds()
subMilliseconds(
time
):this
参数
time
number
返回
this
subMinutes()
subMinutes(
minutes
):this
参数
minutes
number
返回
this
subMonths()
subMonths(
months
):this
参数
months
number
返回
this
subSeconds()
subSeconds(
seconds
):this
参数
seconds
number
返回
this
subtract()
调用签名
subtract(
input
):this
参数
input
number
| DateAddingObject
返回
this
调用签名
subtract(
num
,unit
):this
参数
num
number
unit
返回
this
subYears()
subYears(
years
):this
参数
years
number
返回
this
time()
调用签名
time(
time
):this
参数
time
number
返回
this
调用签名
time():
number
返回
number
toArray()
toArray():
number
[]
返回
number
[]
toDate()
toDate():
Date
返回
Date
toISOString()
toISOString():
string
返回
string
toJSON()
toJSON():
string
返回
string
toString()
toString():
string
返回
string
valueOf()
valueOf():
number
返回
number
year()
调用签名
year(
year
):this
参数
year
number
返回
this
调用签名
year():
number
返回
number
InnerDateParsingObject
属性
date?
optional
date:number
hour?
optional
hour:number
millisecond?
optional
millisecond:number
minute?
optional
minute:number
month?
optional
month:number
second?
optional
second:number
utcOffset?
optional
utcOffset:number
year?
optional
year:number
InnerUnits
属性
DATE
DATE:
"date"
Date unit (日单位)
DAY
DAY:
"day"
Day unit (日单位)
HOUR
HOUR:
"hour"
Hour unit (时单位)
MILLISECOND
MILLISECOND:
"millisecond"
Millisecond unit (毫秒单位)
MINUTE
MINUTE:
"minute"
Minute unit (分单位)
MONTH
MONTH:
"month"
Month unit (月单位)
SECOND
SECOND:
"second"
Second unit (秒单位)
TIME
TIME:
"time"
Time unit (时间单位)
UTC_OFFSET
UTC_OFFSET:
"utcOffset"
UTC offset unit (时区单位)
YEAR
YEAR:
"year"
Year unit (年单位)
类型别名
ChainInput
ChainInput =
DateInput
|IDateChain
DateInput
DateInput =
string
|number
|Date
|number
[] |DateParsingObject
Date input type 日期输入类型
InnerUnit
InnerUnit =
"year"
|"month"
|"date"
|"day"
|"hour"
|"minute"
|"second"
|"millisecond"
Internal date unit 内部日期单位
Unit
Unit =
"Y"
|"y"
|"M"
|"D"
|"d"
|"h"
|"m"
|"s"
|"ms"
|InnerUnit
|"years"
|"months"
|"dates"
|"days"
|"hours"
|"minutes"
|"seconds"
|"milliseconds"
Date unit 日期单位