Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / BaseSparklineViewInfo Class / CachedDatetimes Property


In This Topic
    CachedDatetimes Property
    In This Topic
    Gets the cached dates and times.
    Syntax
    'Declaration
     
    Public ReadOnly Property CachedDatetimes As List(Of Nullable(Of Date))
    'Usage
     
    Dim instance As BaseSparklineViewInfo
    Dim value As List(Of Nullable(Of Date))
     
    value = instance.CachedDatetimes
    public List<Nullable<DateTime>> CachedDatetimes {get;}
    See Also