TimeSpan.ConvertToCalendarDate Method

Top 

Description

Returns a formatted string representing an epoch in time. The calling TimeSpan is assumed to be in TAI referenced to the MJD GSFC reference epoch and the returned String is in UTC.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

TimeSpan.ConvertToCalendarDate()

String

Returns a formatted string representing an epoch in time using the standard FreeFlyer calendar format ('Mmm DD YYYY hh:mm:ss.fs'). The calling TimeSpan is assumed to be in TAI referenced to the MJD GSFC reference epoch and the returned String is in UTC.

TimeSpan.ConvertToCalendarDate(String formatString)

String

Returns a formatted string representing an epoch in time using the calendar format specified in the 'formatString' argument. The calling TimeSpan is assumed to be in TAI referenced to the MJD GSFC reference epoch and the returned String is in UTC.

 

 

See also

TimeSpan Object

TimeSpans Guide

Parsing Dates and Times