Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / EraInfo Class / IsValid Method
The date time.


In This Topic
    IsValid Method (EraInfo)
    In This Topic
    Determines whether the specified date time is valid.
    Syntax
    'Declaration
     
    
    Public Function IsValid( _
       ByVal dateTime As Date _
    ) As Boolean
    'Usage
     
    
    Dim instance As EraInfo
    Dim dateTime As Date
    Dim value As Boolean
     
    value = instance.IsValid(dateTime)
    public bool IsValid( 
       DateTime dateTime
    )

    Parameters

    dateTime
    The date time.

    Return Value

    true if the specified date time is valid; otherwise, false.
    See Also