[This is preliminary documentation and is subject to change.]
Initializes a UnixDateTime value using the specified Unix timestamp.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)
Syntax
C# |
---|
public UnixDateTime( double unixTime ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ unixTime As Double _ ) |
Visual C++ |
---|
public: UnixDateTime( double unixTime ) |
Parameters
- unixTime
- Type: System..::.Double
A Double value representing a Unix timestamp.