菜单
Dart
dart:core
DateTimeCopyWith 扩展
DateTimeCopyWith
暗色模式
亮色模式
描述
DateTimeCopyWith
扩展
向
copyWith
方法添加到
DateTime
对象。
在
DateTime
注释
@Since("2.19")
方法
copyWith
(
{
int
?
year
,
int
?
month
,
int
?
day
,
int
?
hour
,
int
?
minute
,
int
?
second
,
int
?
millisecond
,
int
?
microsecond
,
bool
?
isUtc
})
→
DateTime
通过更新单个属性从当前日期时间创建一个新的
DateTime
对象。
Dart
dart:core
DateTimeCopyWith 扩展
dart:core 库
Cookie 管理控制