GroupDataCreatedTime Property  | 
 
            Gets the UTC time the account or group was created.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "createdTime", EmitDefaultValue = false)]
public DateTime? CreatedTime { get; set; }<DataMemberAttribute(Name := "createdTime", EmitDefaultValue := false)>
Public Property CreatedTime As DateTime?
	Get
	Set
public:
[DataMemberAttribute(Name = L"createdTime", EmitDefaultValue = false)]
property Nullable<DateTime> CreatedTime {
	Nullable<DateTime> get ();
	void set (Nullable<DateTime> value);
}[<DataMemberAttribute(Name = "createdTime", EmitDefaultValue = false)>]
member CreatedTime : Nullable<DateTime> with get, set
Property Value
Type: 
NullableDateTime
See Also