adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / AgentUpdateOptions Class / ScheduledUpdateTime Field


In This Topic
    ScheduledUpdateTime Field
    In This Topic
    The time at which the update should be applied, in local time.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ScheduledUpdateTime As Nullable(Of Date)
    [DataMember()]
    public Nullable<DateTime> ScheduledUpdateTime
    [DataMember()]
    public:
    Nullable<DateTime> ScheduledUpdateTime
    See Also