DateRange.Min Property (Typed) | |
The date representing the lower limit of the date range.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Min AS DATE GET SET
public virtual Date Min { get; set; }
Request Example
View SourceProperty Value
Type:
DateThe date representing the lower limit of the date range.
See Also