adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / DateTimeHandling Class / NextMinute Method / NextMinute(DateTimeOffset) Method


In This Topic
    NextMinute(DateTimeOffset) Method
    In This Topic
    Gets a DateTime representing the start of the next minute
    Syntax
    'Declaration
     
    
    <PureAttribute()>
    Public Overloads Shared Function NextMinute( _
       ByVal value As DateTimeOffset _
    ) As DateTimeOffset
    [Pure()]
    public static DateTimeOffset NextMinute( 
       DateTimeOffset value
    )
    [Pure()]
    public:
    static DateTimeOffset NextMinute( 
       DateTimeOffset value
    ) 

    Parameters

    value
    See Also