ISDateTimeUtils.YearMarker

Description

This function returns the marker of the year.

Syntax

object.YearMarker()

Part Attribute Type Description
object Required
The object always implements the ISDateTimeUtils interface

Return Value

string

Returns the marker of the year.

Example

Display the marker of the year.

Dim aDateTimeUtils
Dim aYearMarker 

Set aDateTimeUtils = Profile.DateTimeUtils
aYearMarker = "The marker of the year is '" & aDateTimeUtils.YearMarker & "'"

Profile.MsgBox(aYearMarker)  
Note:

In Profile Client v8 on User Interface Year Marker can be found in Clinical > Medical Record > DOBor in Patient > Alter Patient > General.

Version information

Added in v7.9.0