| CaptionCreatedTime Property |
Gets or sets the created time.
Namespace: InstaSharp.ModelsAssembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public DateTime CreatedTime { get; set; }
Public Property CreatedTime As DateTime
Get
Set
public:
property DateTime CreatedTime {
DateTime get ();
void set (DateTime value);
}
member CreatedTime : DateTime with get, set
Property Value
Type:
DateTime
The created time.
See Also