Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Retourne une date correspondant a la durée suivant la date courante
Namespace:
Developpez.DotnetAssembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static DateTime FromNow( this TimeSpan timeSpan ) |
Visual Basic (Declaration) |
---|
<ExtensionAttribute> _ Public Shared Function FromNow ( _ timeSpan As TimeSpan _ ) As DateTime |
Visual C++ |
---|
[ExtensionAttribute] public: static DateTime FromNow( TimeSpan timeSpan ) |
Parameters
- timeSpan
- Type: System..::.TimeSpan
Durée que l'on veut ajouter a la date courante
Return Value
[Missing <returns> documentation for "M:Developpez.Dotnet.DateExtensions.FromNow(System.TimeSpan)"]