pub type DateTime = DateTimeIsOwned<true>;
Expand description
wxDateTime class represents an absolute moment in time.
DateTime
represents a C++wxDateTime
class 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++
wxDateTime
class’s documentation for more details.
Aliased Type§
pub struct DateTime(/* private fields */);