HoursMinsValue Constructor | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a new HoursMinsValue object.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public HoursMinsValue(
int Hours,
int Minutes
)
Public Sub New (
Hours As Integer,
Minutes As Integer
)
Parameters
- Hours
- Type: SystemInt32
The number of hours. - Minutes
- Type: SystemInt32
The number of minutes.
See Also