Date and time the profile was created in UNIX time.

Namespace:  Bone.CallbackArgs
Assembly:  BoneNet (in BoneNet.dll) Version: 0.1.3089.35299 (0.1.0)

Syntax

C#
public int Creation { get; internal set; }
Visual Basic (Declaration)
Public Property Creation As Integer
Visual C++
public:
property int Creation {
	int get ();
	void set (int value);
}

See Also