adTempus API
ArcanaDevelopment.adTempus.Client Namespace / EffectiveSchedule Class / StartDate Property

In This Topic
    StartDate Property (EffectiveSchedule)
    In This Topic
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(False)>
    Public Property StartDate As Nullable(Of Date)
    [ComVisible(false)]
    public Nullable<DateTime> StartDate {get; set;}
    See Also