 | TransmissionScheduleModelStartTime Property |
Gets or sets the start time.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic Nullable<DateTime> StartTime { get; set; }
Public Property StartTime As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> StartTime {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member StartTime : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also