GuideInfo

interface GuideInfo {
    EndDate?: string;
    StartDate?: string;
}

Properties

Properties

EndDate?: string

Gets or sets the end date.

GuideInfo

StartDate?: string

Gets or sets the start date.

GuideInfo