|
VMware vSphere Automation SDK Perl
The VMware vSphere Automation SDK for Perl supports the client-side vSphere Automation API for access to vSphere services and capabilities
|
Avaliable Methods | |
| public method | get_time () |
| public method | get_seconds_since_epoch () |
| public method | set_time () |
| public method | set_date () |
| public method | get_date () |
| public method | get_timezone () |
| public method | set_seconds_since_epoch () |
| public method | new () |
| public method | set_timezone () |
Com::Vmware::Appliance::System::Time::SystemTimeStruct class Structure representing the system time.
| public method Com::Vmware::Appliance::System::Time::SystemTimeStruct::get_date | ( | ) |
Gets the value of 'date' property.
| date | - The current value of the field. date format: Thu 07-31-2014 String# |
Code:
| public method Com::Vmware::Appliance::System::Time::SystemTimeStruct::get_seconds_since_epoch | ( | ) |
Gets the value of 'seconds_since_epoch' property.
| seconds_since_epoch | - The current value of the field. seconds since the epoch double# |
Code:
| public method Com::Vmware::Appliance::System::Time::SystemTimeStruct::get_time | ( | ) |
Gets the value of 'time' property.
| time | - The current value of the field. time format: 18:18:32 String# |
Code:
| public method Com::Vmware::Appliance::System::Time::SystemTimeStruct::get_timezone | ( | ) |
Gets the value of 'timezone' property.
| timezone | - The current value of the field. timezone String# |
Code:
| public method Com::Vmware::Appliance::System::Time::SystemTimeStruct::new | ( | ) |
Constructor to initialize the Com::Vmware::Appliance::System::Time::SystemTimeStruct structure
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::System::Time::SystemTimeStruct::set_date | ( | ) |
Sets the given value for 'date' property.
| date | - New value for the field. date format: Thu 07-31-2014 |
Code:
| public method Com::Vmware::Appliance::System::Time::SystemTimeStruct::set_seconds_since_epoch | ( | ) |
Sets the given value for 'seconds_since_epoch' property.
| seconds_since_epoch | - New value for the field. seconds since the epoch |
Code:
| public method Com::Vmware::Appliance::System::Time::SystemTimeStruct::set_time | ( | ) |
Sets the given value for 'time' property.
| time | - New value for the field. time format: 18:18:32 |
Code:
| public method Com::Vmware::Appliance::System::Time::SystemTimeStruct::set_timezone | ( | ) |
Sets the given value for 'timezone' property.
| timezone | - New value for the field. timezone |
Code: