SetUpdateScheduledOperationDbaasRequestStartDateTimeUtc Property
|
Date and time of the first operation execution
Namespace:
Aruba.Cloud.WsDBaaS.Requests
Assembly:
WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public DateTime StartDateTimeUtc { get; set; }<DataMemberAttribute>
Public Property StartDateTimeUtc As DateTime
Get
Set
public:
[DataMemberAttribute]
property DateTime StartDateTimeUtc {
DateTime get ();
void set (DateTime value);
}[<DataMemberAttribute>]
member StartDateTimeUtc : DateTime with get, set
function get StartDateTimeUtc () : DateTime
function set StartDateTimeUtc (value : DateTime)
Property Value
Type:
DateTime
See Also