Skip to main content

Dates (Date)

Dates are date and time instances that can be passed between JS and native. Under the hood, conversions take place using milliseconds, so it's essentially a wrapper around numbers.

interface Image extends HybridObject {
getCreationDate(): Date
}