C# Class TransitEvaluator.Calendar

Show file Open project: Esri/public-transit-tools Class Usage Examples

Public Properties

Property Type Description
end_date System.DateTime
friday bool
monday bool
saturday bool
start_date System.DateTime
sunday bool
thursday bool
tuesday bool
wednesday bool

Property Details

end_date public property

public DateTime,System end_date
return System.DateTime

friday public property

public bool friday
return bool

monday public property

public bool monday
return bool

saturday public property

public bool saturday
return bool

start_date public property

public DateTime,System start_date
return System.DateTime

sunday public property

public bool sunday
return bool

thursday public property

public bool thursday
return bool

tuesday public property

public bool tuesday
return bool

wednesday public property

public bool wednesday
return bool