IR Framework

Calendar.OutputFormat Property

Gets or sets the output format for the Calendar object.
object.OutputFormat ([value])

Arguments

object
Required. Always the name of a Calendar object.


value
Optional. The value to which to set the property.



Return Value

The Calendar.OutputFormat is a string that specifies how to format the SelectedDate when writing it to the Target of the Calendar.



Remarks

When attemting to set the property value, it is good to check the return value to ensure that the value was set.
For information about possible values for this property, see Date.format().

Calendar Example

Applies To:

Calendar Object



Requirements