GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::chrono::time_zone::get_info(3) C++ Standard Libary std::chrono::time_zone::get_info(3)

std::chrono::time_zone::get_info - std::chrono::time_zone::get_info


template<class Duration >
std::chrono::sys_info get_info(const std::chrono::sys_time<Duration>& (since C++20)
tp) const;
template< class Duration >
std::chrono::local_info get_info(const (since C++20)
std::chrono::local_time<Duration>& tp) const;


Obtains information about this time zone at the time point tp.


1) A std::chrono::sys_info structure i containing the time zone information in
effect for this time zone at the time point tp. tp will be in the range [i.begin,
i.end).
2) A std::chrono::local_info structure containing information about the local time
tp in this time zone.

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.