TimeUtilities.ConvertToLocalCalendarDate Method

Top 

Description

Returns a formatted calendar String in the local time system of the date and time represented by the input time value.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Overload List

Signatures

Return Value

Description

TimeUtilities.ConvertToLocalCalendarDate(Variable time, String timeSystem, String timeReference, Variable timeZone)

String

Returns a local calendar String in the default format of the date and time represented by the input time value.

TimeUtilities.ConvertToLocalCalendarDate(Variable time, String timeSystem, String timeReference, Variable timeZone, String calendarFormat)

String

Returns a local calendar String in the format specified by calendarFormat of the date and time represented by the input time value. 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

Parsing Dates and Times