Twitterizer 2 Documentation
CreatedDate Property
NamespacesTwitterizerTwitterStatusCreatedDate
Gets or sets the created date.
Declaration Syntax
C#Visual Basic
[JsonPropertyAttribute(PropertyName = "created_at")]
[DataMemberAttribute]
public DateTime CreatedDate { get; set; }
<JsonPropertyAttribute(PropertyName := "created_at")> _
<DataMemberAttribute> _
Public Property CreatedDate As DateTime
	Get
	Set
Value
The created date.

Assembly: Twitterizer2 (Module: Twitterizer2) Version: 2.3.2.40349 (2.3.2.0)