DayType Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Describes whether a specified day (typically for a recurring event such as daylight
saving, see
TimeZone) is a day of the week, or a day of the month.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax Public Enumeration DayType
Members
| Member name | Value | Description |
---|
| DayOfWeek | 0 |
The day is specified as the day of a week.
|
| DayOfMonth | 1 |
The day is specified as the day of a month.
|
See Also