|
|
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
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
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: Wed May 17 17:42:17 PDT 2000
Copyright 1989 - 2000©Cisco Systems Inc.