dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTimeStamp 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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also