adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / ServerTime Property


In This Topic
    ServerTime Property
    In This Topic
    Gets the current date/time on the adTempus server.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ServerTime As DateTimeOffset
    public DateTimeOffset ServerTime {get;}
    public:
    property DateTimeOffset ServerTime {
       DateTimeOffset get();
    }
    See Also