Previous Index Next

BridgePlus.framework, SMSForder Class Methods

Category

House-keeping methods

Method

frameworkDate

Summary

Returns the date this version was compiled.

Signature

+ (NSString *)frameworkDate

Parameters

 

Result

An NSString

Availability

Version 1.2.0

Notes

 

Sample

use scripting additions

use framework "Foundation"

use script "BridgePlus"

load framework


set theResult to current application's SMSForder's frameworkDate()

ASify from theResult

--> "Nov 21 2015, 19:37:53"

theResult as text

--> "Nov 21 2015, 19:37:53"


Click here to open script in a script editor