Package com.motorro.keeplink.testaction.data
Sample custom data structures and functions to use - date and enum
Sample custom data structures and functions to use - date and enum
Sample custom data structures and functions to use - date and enum
Sample custom data structures and functions to use - date and enum
Types
Link copied to clipboard
data class LocalDateFields( val year: Int, val month: Int, val day: Int) : ComponentValue
Content copied to clipboard
Represents local date which has 'YYYY-MM-DD` representation in components See platform implementation for details
Link copied to clipboard
Transport-type enum (JS-compatible)
Link copied to clipboard
Allowed transport-types (JS-compatible)
Functions
Link copied to clipboard
Creates LocalDateFields from Date object
Link copied to clipboard
Creates LocalDateFields from LocalDate object
Link copied to clipboard
Export to JS Date
Link copied to clipboard
Export to LocalDate