Table of Contents

Class ReprocessScheduleDay

Namespace
Geotab.Checkmate.ObjectModel.Reprocessing
Assembly
Geotab.Checkmate.ObjectModel.dll

Represents a day in the reprocess schedule

public sealed class ReprocessScheduleDay
Inheritance
ReprocessScheduleDay
Inherited Members

Constructors

ReprocessScheduleDay()

public ReprocessScheduleDay()

Properties

Day

Gets or sets the day of the schedule.

public DayOfWeek Day { get; set; }

Property Value

DayOfWeek

The day of the schedule in the server time.

EndTime

Gets or sets the end time for a day in the schedule

public DateTime EndTime { get; set; }

Property Value

DateTime

The end time for a day in the schedule.

StartTime

Gets or sets the start time for a day in the schedule

public DateTime StartTime { get; set; }

Property Value

DateTime

The start time for a day in the schedule.