Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Convert a .net DateTime which represents unix datetime
Namespace:
SharedCache.WinServiceCommon.FormattersAssembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public static long UnixTimeFromDateTime( DateTime time ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function UnixTimeFromDateTime ( _ time As DateTime _ ) As Long |
| Visual C++ |
|---|
public: static long long UnixTimeFromDateTime( DateTime time ) |
Parameters
- time
- Type: System..::.DateTime
The time.
Return Value
an object of type Int64
Remarks
[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Formatters.DateTimeUnix.UnixTimeFromDateTime(System.DateTime)"]