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

Gets a UnixDateTime representing the current date and time.

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

Syntax

C#
public static UnixDateTime Now { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Now As UnixDateTime
Visual C++
public:
static property UnixDateTime Now {
	UnixDateTime get ();
}

See Also

UnixDateTime Structure
Facebook Namespace