|   | AppIdentityFormatValidityPeriodPoint Method  | 
 
            Formats the beginning or end of a validity period as a string in the local time of the active user.
            Method determines itself if the system is configured to use whole dates (recommended) or datetimes for validity periods.
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic string FormatValidityPeriodPoint(
	DateTime validityPeriodStartOrEnd,
	bool addTimeZoneInfo = false
)
Parameters
- validityPeriodStartOrEnd
 - Type: SystemDateTime
            A valid-from or a valid-to value.
            Typically the value is from the VALIDFROM or VALIDTO properties but it can also be from the RoPE calculation data.
             - addTimeZoneInfo (Optional)
 - Type: SystemBoolean
 
Return Value
Type: 
String
See Also