[This is preliminary documentation and is subject to change.]

Provides minimal functionality for converting between a Unix timestamp and a DateTime value.

Namespace:  Facebook
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

C#
public struct UnixDateTime
Visual Basic (Declaration)
Public Structure UnixDateTime
Visual C++
public value class UnixDateTime

Remarks

The DateTime struct allows for significanty greater precision than a Unix timestamp. As such, this struct uses a Double to store and convert values, which minimizes the loss in precision when converting to and from a Unix timestamp.

See Also

UnixDateTime Members
Facebook Namespace