Licence.StartDate PropertyLicence.StartDate PropertyLicence::StartDate Property

Gets the date from which the licence for this copy of XmlPrime is valid. A DateTimeDateDateTime value indicating the date from which the licence for this copy of XmlPrime is valid, or MinValueMinValueMinValue if the licence is always valid.

Syntax

Public Shared ReadOnly Property StartDate As Date
        Get
public static DateTime StartDate { get; }
public:
static property DateTime StartDate {
    DateTime get();
}