TimeUtilities.ParseLocalCalendarDate Method

Top 

Description

Parses the input calendar date String as a local time offset from UTC and returns the represented time value.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

TimeUtilities.ParseLocalCalendarDate(String calendarDate, Variable timeZone, String outputSystem, String outputReference)

TimeSpan

Parses the local calendar date in calendarDate as a time in the timeZone time zone using the default calendar format and returns its time value in the outputSystem system and outputReference reference.

TimeUtilities.ParseLocalCalendarDate(String calendarDate, String calendarFormat, Variable timeZone, String outputSystem, String outputReference)

TimeSpan

Parses the calendar date in calendarDate as a time in the timeZone time zone using the format specified in calendarFormat and returns its time value in the outputSystem system and outputReference reference. The allowed patterns are documented in the "Date and Time Format Specifiers" tables on the "Parsing Dates and Times" page in the Help File. Note that arbitrary text can be included in the pattern by surrounding the text with double asterisks.

 

 

See also

TimeUtilities Object

TimeSpans Guide

Parsing Dates and Times