Interface ILicensePeriod
Assembly: Sp.Agent.dll
Properties
EndDate
Declaration
[Obsolete("Moved to ILicense.Advanced.ExpirationDate (for simplification purposes as StartDate is no longer exposed programmatically)")]
DateTime? EndDate { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
StartDate
Declaration
[Obsolete("Removed for simplicity:- The restriction is enforced (*Valid* APIs take it into account) but there are no known use cases where it is necessary to obtain this programmatically")]
DateTime StartDate { get; }
Property Value
Type |
Description |
System.DateTime |
|