Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / DateTimeCellType Class / MinimumValue Property
Example


In This Topic
    MinimumValue Property (DateTimeCellType)
    In This Topic
    Gets or sets the minimum value.
    Syntax
    'Declaration
     
    
    Public Property MinimumValue As Date
    'Usage
     
    
    Dim instance As DateTimeCellType
    Dim value As Date
     
    instance.MinimumValue = value
     
    value = instance.MinimumValue
    public DateTime MinimumValue {get; set;}

    Property Value

    DateTime object containing the minimum date-time value
    Example
    See Also