Eplan Platform API
Eplan.IdentityClient Namespace / AuthenticationData Class / GracePeriodStartTime Property

In This Topic
    GracePeriodStartTime Property
    In This Topic
    Date and time of grace period start.
    Syntax
    public DateTimeOffset GracePeriodStartTime {get; set;}
    public:
    property DateTimeOffset GracePeriodStartTime {
       DateTimeOffset get();
       void set (    DateTimeOffset value);
    }
    See Also