Calendar.NanosecondAsString Method

Definition

Returns a string that contains the numeric representation of the nanosecond.

public:
 virtual Platform::String ^ NanosecondAsString() = NanosecondAsString;
winrt::hstring NanosecondAsString();
public string NanosecondAsString();
function nanosecondAsString()
Public Function NanosecondAsString () As String

Returns

String

Platform::String

winrt::hstring

A string representation of the nanosecond.

Applies to

See also