public ExtendedDateTime ToRoundedPrecision(
ExtendedDateTimePrecision precision,
bool roundUp = false
)
Dim instance As ExtendedDateTime
Dim precision As ExtendedDateTimePrecision
Dim roundUp As Boolean
Dim returnValue As ExtendedDateTime
returnValue = instance.ToRoundedPrecision(precision,
roundUp)
public:
ExtendedDateTime^ ToRoundedPrecision(
ExtendedDateTimePrecision precision,
bool roundUp = false
)
No code example is currently available or this language may not be supported.