pub type DateTime = DateTimeIsOwned<true>;Expand description
wxDateTime class represents an absolute moment in time.
DateTimerepresents a C++wxDateTimeclass instance which your code has ownership,DateTimeIsOwned<false>represents one which don’t own.- Use
DateTime’snew()to create an instance of this class. - See C++
wxDateTimeclass’s documentation for more details.
Aliased Type§
pub struct DateTime(/* private fields */);