get_start_date_and_time_str
Functions:
Name | Description |
---|---|
get_start_date_and_time_str |
|
Functions#
get_start_date_and_time_str #
Gets the start date and start time strings from a Dataset.
The strings are formatted using strftime and the following formats
- date: "%Y%m%d"
- time: ""%H%M%S"
Parameters:
Name | Type | Description | Default |
---|---|---|---|
dataset
|
Dataset
|
The dataset whose start date and time should be retrieved. |
required |
Returns:
Type | Description |
---|---|
Tuple[str, str]
|
Tuple[str, str]: The start date and time as strings like "YYYYmmdd", "HHMMSS". |