GuideInfo

data class GuideInfo(val startDate: DateTime, val endDate: DateTime)

Constructors

Link copied to clipboard
constructor(startDate: DateTime, endDate: DateTime)

Properties

Link copied to clipboard

The end date.

Link copied to clipboard

The start date.