Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IDateTimeFormatSupport Interface / GetDateTimeFormatInfo Method


In This Topic
    GetDateTimeFormatInfo Method
    In This Topic
    Gets the date format information of the date cell.
    Syntax
    'Declaration
     
    
    Function GetDateTimeFormatInfo() As DateTimeFormatInfo
    'Usage
     
    
    Dim instance As IDateTimeFormatSupport
    Dim value As DateTimeFormatInfo
     
    value = instance.GetDateTimeFormatInfo()
    DateTimeFormatInfo GetDateTimeFormatInfo()

    Return Value

    The date format information of the date cell.
    See Also