[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( DateTime dateTime ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ dateTime As DateTime _ ) |
Visual C++ |
---|
public: UnixDateTime( DateTime dateTime ) |
Parameters
- dateTime
- Type: System..::.DateTime
A DateTime value that will converted to a Unix timestamp.