C# Class TransitEvaluator.Calendar

Mostra 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_oe property

public DateTime,System end_date
return System.DateTime

friday public_oe property

public bool friday
return bool

monday public_oe property

public bool monday
return bool

saturday public_oe property

public bool saturday
return bool

start_date public_oe property

public DateTime,System start_date
return System.DateTime

sunday public_oe property

public bool sunday
return bool

thursday public_oe property

public bool thursday
return bool

tuesday public_oe property

public bool tuesday
return bool

wednesday public_oe property

public bool wednesday
return bool