SubscriptionInfo
StartTime Property
|
Namespace:
Spire.Xls.AI.Model
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string StartTime { get; set; }
Public Property StartTime As String
Get
Set
public:
property String^ StartTime {
String^ get ();
void set (String^ value);
}
member StartTime : string with get, set
Property Value
Type:
String
See Also