empire
empire_property
EmpireDateTimeProperty
toUtc method
toUtc
toUtc
method
Null safety
DateTime
toUtc
(
)
Returns this DateTime value in the UTC time zone.
Implementation
DateTime toUtc() => _value.toUtc();
empire
empire_property
EmpireDateTimeProperty
toUtc method
EmpireDateTimeProperty class
Constructors
EmpireDateTimeProperty
Properties
day
hashCode
hour
isNotNull
isNull
isUtc
microsecond
microsecondsSinceEpoch
millisecond
millisecondsSinceEpoch
minute
month
originalValue
propertyName
runtimeType
second
timeZoneName
timeZoneOffset
value
weekday
year
Methods
add
call
compareTo
difference
equals
isAfter
isAtSameMomentAs
isBefore
noSuchMethod
reset
set
setOriginalValueToCurrent
subtract
toIso8601String
toLocal
toString
toUtc
Operators
operator ==