native_methods/date_methods library

Classes

CompareTo
Compares the date to another date.
Day
Returns the day of the date.
Hour
Returns the hour of the date.
IsUtc
Returns true if the date is UTC.
Millisecond
Returns the millisecond of the date.
Minute
Returns the minute of the date.
Month
Returns the month of the date.
Second
Returns the second of the date.
TimeZoneName
Returns the time zone name of the date.
TimeZoneOffset
Returns the time zone offset of the date.
Weekday
Returns the weekday of the date.
Year
Returns the year of the date.

Functions

registerDateExtensions() → void
Registers all date extensions. These are registered automatically by the VM.