|
|
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
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
yeara unsigned long represents the year. montha unsigned short represents the month. daya unsigned short represents the day. houra unsigned short represents the hour. minutea unsigned short represents the minute. seconda 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
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
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Tue Sep 26 16:51:28 PDT 2000
Copyright 1989-2000©Cisco Systems Inc.