StrptimeOptions
Object Hierarchy:
Description:
[
CCode ( type_id =
"garrow_strptime_options_get_type ()" ) ]
public class StrptimeOptions :
FunctionOptions
Content:
Properties:
- public bool error_is_null { get; set; }
Return null on parsing errors if true or raise if false.
- public string format { owned get; set; }
The desired format string.
- public TimeUnit unit { get; set; }
The desired time resolution.
Creation methods:
Inherited Members:
All known members inherited from class GArrow.FunctionOptions
All known members inherited from class GLib.Object