adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / DateTimeHandling Class / IsEndOfDay Method


In This Topic
    IsEndOfDay Method
    In This Topic
    Determines whether the time portion of a DateTime is 11:59pm (seconds ignored)
    Syntax
    'Declaration
     
    
    Public Shared Function IsEndOfDay( _
       ByVal value As Date _
    ) As Boolean
    public static bool IsEndOfDay( 
       DateTime value
    )
    public:
    static bool IsEndOfDay( 
       DateTime value
    ) 

    Parameters

    value
    See Also