In This Topic
Creates an instance of the TimeRange class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.Date, _
ByVal As System.Date _
)
public TimeRange(
System.string ,
System.DateTime ,
System.DateTime
)
Parameters
- name
- min
- max
See Also