dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDateTime Structure / IsLeapYear Method
The year to check.

In This Topic
    IsLeapYear Method
    In This Topic
    Indicates whether specified year is a leap one.
    Syntax
    'Declaration
     
    Public Shared Function IsLeapYear( _
       ByVal year As Integer _
    ) As Boolean
    public static bool IsLeapYear( 
       int year
    )

    Parameters

    year
    The year to check.

    Return Value

    true if the specified year is a leap one; otherwise, false.
    See Also