onvif
    Preparing search index...

    Interface SystemDateTime

    General date time inforamtion returned by the GetSystemDateTime method.

    interface SystemDateTime {
        dateTimeType: SetDateTimeType;
        daylightSavings: boolean;
        extension?: SystemDateTimeExtension;
        localDateTime?: DateTime;
        timeZone?: TimeZone;
        UTCDateTime?: DateTime;
    }

    Hierarchy (View Summary)

    Index
    dateTimeType: SetDateTimeType

    Indicates if the time is set manully or through NTP.

    daylightSavings: boolean

    Informative indicator whether daylight savings is currently on/off.

    localDateTime?: DateTime

    Date and time in local format.

    timeZone?: TimeZone

    Timezone information in Posix format.

    UTCDateTime?: DateTime

    Current system date and time in UTC format. This field is mandatory since version 2.0.