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


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

    Property Value

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