menu
ews package
documentation
PropertyDefinitions/TimeSpanPropertyDefinition.dart
TimeSpanPropertyDefinition
Parse method
Parse method
dark_mode
light_mode
Parse
method
@
override
Object
Parse
(
String
?
value
)
override
Parses the specified value.
The value.
Implementation
@override Object Parse(String? value) { return EwsUtilities.XSDurationToTimeSpan(value!); }
ews package
documentation
PropertyDefinitions/TimeSpanPropertyDefinition
TimeSpanPropertyDefinition
Parse method
TimeSpanPropertyDefinition class