Returns the date and time of the next occurance from the specific time to the time on one the next matching day or the same day if no days are provided.
Namespace: Microsoft.Activities.Extensions
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)
Syntax
Visual Basic |
---|
Public Shared Function Next ( _
occuranceTime As TimeSpan _
) As DateTime |
Return Value
the timespan from now until the next occurance of the time on a given day.
Exceptions
See Also