adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / DateTimeHandling Class / RemoveSeconds Method / RemoveSeconds(DateTime) Method


In This Topic
    RemoveSeconds(DateTime) Method
    In This Topic
    Returns a new DateTime value identical to the source but with seconds and milliseconds set to 0.
    Syntax
    'Declaration
     
    
    <PureAttribute()>
    Public Overloads Shared Function RemoveSeconds( _
       ByVal value As Date _
    ) As Date
    [Pure()]
    public static DateTime RemoveSeconds( 
       DateTime value
    )
    [Pure()]
    public:
    static DateTime RemoveSeconds( 
       DateTime value
    ) 

    Parameters

    value
    See Also