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