cc/td/doc/product/rtrmgmt/vpnsc/mpls/1_2
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

CiscoTime.idl

CiscoTime.idl

Module CiscoTime

module CiscoTime defines common time related data structures and interfaces. Those interfaces are used by other Cisco VPN Solution Center CORBA APIs.

See Also

CiscoTaskManagedObjects.idl

Since

Cisco VPN Solutions Center, Release 1.1

Data Structures and Types

Time Structure

The Time struct represents a time and date structure.

Usage

struct Time
{
    unsigned long year; unsigned short month; unsigned short day; unsigned short hour; unsigned short minute; unsigned short second;
};

Members

year—a unsigned long represents the year. month—a unsigned short represents the month. day—a unsigned short represents the day. hour—a unsigned short represents the hour. minute—a unsigned short represents the minute. second—a unsigned short represents the second.

See Also

TaskPersistentTask::getCreationTime, TaskPersistentTask::getLastUpdateTime, TaskScheduledTask::getTimeScheduled, TaskScheduledTask::setEarliestStart, TaskScheduledTask::setLatestStart, TaskRuntimeTask::getScheduleTime, TaskRuntimeTask::getStartTime, TaskRuntimeTask::getEndTime

Since

Cisco VPN Solutions Center, Release 1.1

TimeZone Enumerated Type

The TimeZone is a enum that represents the time zones of the whole world, will be fully implemented in the future once collected all the time zone acronyms The order of should be: GMT, GMT+1, GMT+2,....GMT+23; Or more generally, it can be re-defined as constants, with GMT=0, and other ones from GMT-12 to GMT+12

Usage

enum TimeZone
{
    GMT, PTC
};

Since

Cisco VPN Solutions Center, Release 1.1


hometocprevnextglossaryfeedbacksearchhelp
Posted: Tue Sep 26 16:51:28 PDT 2000
Copyright 1989-2000©Cisco Systems Inc.