DicomObjects.NET.V8
DicomObjects Namespace / DicomLicense.RamLicenseInfo Class / StartTime Property



In This Topic
    StartTime Property
    In This Topic
    Start Date and Time of the license
    Syntax
    'Declaration
     
    Public Property StartTime As Date
    'Usage
     
    Dim instance As DicomLicense.RamLicenseInfo
    Dim value As Date
     
    instance.StartTime = value
     
    value = instance.StartTime
    public DateTime StartTime {get; set;}
    public:
    property DateTime StartTime {
       DateTime get();
       void set (    DateTime value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also