$Date class

Used by:

  • admob:v1 : Date
  • adsense:v2 : Date
  • aiplatform:v1 : GoogleTypeDate
  • androidmanagement:v1 : Date
  • appengine:v1 : Date
  • billingbudgets:v1 : GoogleTypeDate
  • businessprofileperformance:v1 : Date
  • chromemanagement:v1 : GoogleTypeDate
  • chromepolicy:v1 : GoogleTypeDate
  • chromeuxreport:v1 : Date
  • classroom:v1 : Date
  • cloudasset:v1 : Date
  • cloudchannel:v1 : GoogleTypeDate
  • clouddeploy:v1 : Date
  • cloudfunctions:v2 : Date
  • composer:v1 : Date
  • content:v2.1 : Date
  • contentwarehouse:v1 : GoogleTypeDate
  • displayvideo:v2 : Date
  • displayvideo:v3 : Date
  • dlp:v2 : GoogleTypeDate
  • documentai:v1 : GoogleTypeDate
  • doubleclickbidmanager:v2 : Date
  • drivelabels:v2 : GoogleTypeDate
  • looker:v1 : Date
  • migrationcenter:v1 : Date
  • mybusinessbusinessinformation:v1 : Date
  • osconfig:v1 : Date
  • people:v1 : Date
  • places:v1 : GoogleTypeDate
  • policysimulator:v1 : GoogleTypeDate
  • realtimebidding:v1 : Date
  • retail:v2 : GoogleTypeDate
  • storagetransfer:v1 : Date
  • testing:v1 : Date
  • travelimpactmodel:v1 : Date

Constructors

$Date({int? day, int? month, int? year})
$Date.fromJson(Map json_)

Properties

day int?
Day of a month.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
month int?
Month of a year.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
year int?
Year of the date.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited