Increments the base date given by v time-type time steps.
Increments the base date given by v time-type time steps.
The type of the time step.
The float value of the number of time-type time steps.
The date to be incremented.
The incremented DateTime.
This method reads the type and date from a NetCdf time units string.
This method reads the type and date from a NetCdf time units string.
An example of such as string is "days since 1950-01-01".
This method takes the following parameters:
The input string to be parsed.
The format for the date time format. This String needs to specify where the type is, and where the year is declared. It can also declare the months and days. For our example string above the DateTimeFormat should look be "TTTT*******YYYY*MM*DD". You can also use hours (h), minutes (m) or seconds 's'.
The year offset for the date time.
The day offset for the date time.
A tuple with the type as a string and the date time object.