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


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

    Parameters

    value
    See Also