GetScheduleOccurrencesRequestScheduleStartDate Property
|
Namespace:
Aruba.Cloud.WsEndUser.Json
Assembly:
Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public DateTime ScheduleStartDate { get; set; }<DataMemberAttribute>
Public Property ScheduleStartDate As DateTime
Get
Set
public:
[DataMemberAttribute]
property DateTime ScheduleStartDate {
DateTime get ();
void set (DateTime value);
}[<DataMemberAttribute>]
member ScheduleStartDate : DateTime with get, set
function get ScheduleStartDate () : DateTime
function set ScheduleStartDate (value : DateTime)
Property Value
Type:
DateTime
See Also