Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Convertit un DateTime en timestamp Unix
Espace de nom : Developpez.DotnetAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public static long ToUnixTimestamp( this DateTime date ) |
Visual Basic (Déclaration) |
---|
<ExtensionAttribute> _ Public Shared Function ToUnixTimestamp ( _ date As DateTime _ ) As Long |
Visual C++ |
---|
public: [ExtensionAttribute] static long long ToUnixTimestamp( DateTime date ) |
Paramètres
- date
- Type: System..::..DateTime
La date à convertir